diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-21T13·21+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-21T13·21+0000 |
commit | 9c3099d3286b7bc8582b1685ba1917db409cac0c (patch) | |
tree | 40c3bc18f1408ef70e1e5dd446460bab762c831e /tests/gc-runtime.nix.in | |
parent | 7adaa6d4466063893c9ac6b5b7d71c423be34b69 (diff) |
* Purify `make check'.
Diffstat (limited to 'tests/gc-runtime.nix.in')
-rw-r--r-- | tests/gc-runtime.nix.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc-runtime.nix.in b/tests/gc-runtime.nix.in index e54fcf2d15ad..aefffa276623 100644 --- a/tests/gc-runtime.nix.in +++ b/tests/gc-runtime.nix.in @@ -3,5 +3,5 @@ derivation { system = "@system@"; builder = "@shell@"; args = ["-e" "-x" ./gc-runtime.builder.sh]; - PATH = "@coreutils@"; + PATH = "@testPath@"; } |