about summary refs log tree commit diff
path: root/tests/timeout.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timeout.nix')
-rw-r--r--tests/timeout.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/timeout.nix b/tests/timeout.nix
index dec258801e3f..b41368bb38e2 100644
--- a/tests/timeout.nix
+++ b/tests/timeout.nix
@@ -3,6 +3,4 @@ with import ./config.nix;
 mkDerivation {
   name = "timeout";
   builder = ./timeout.builder.sh;
-  PATH = "";
-  goodPath = path;
 }