Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/test/java/nl/altindag/crip/command/FileBaseTest.java b/src/test/java/nl/altindag/crip/command/FileBaseTest.java 2index 674ca10..f140601 100644 3--- a/src/test/java/nl/altindag/crip/command/FileBaseTest.java 4+++ b/src/test/java/nl/altindag/crip/command/FileBaseTest.java 5@@ -26,7 +26,7 @@ import java.util.stream.Collectors; 6 7 public class FileBaseTest extends BaseTest { 8 9- protected static final Path TEMP_DIRECTORY = Paths.get(System.getProperty("user.home"), "certificate-ripper-temp"); 10+ protected static final Path TEMP_DIRECTORY = Paths.get(System.getenv("TMP"), "certificate-ripper-temp"); 11 12 @BeforeEach 13 void createTempDirAndClearConsoleCaptor() throws IOException {