diff options
Diffstat (limited to 'tests/timeout.nix')
-rw-r--r-- | tests/timeout.nix | 2 |
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; } |