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/fixed.nix.in | |
parent | 7adaa6d4466063893c9ac6b5b7d71c423be34b69 (diff) |
* Purify `make check'.
Diffstat (limited to 'tests/fixed.nix.in')
-rw-r--r-- | tests/fixed.nix.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fixed.nix.in b/tests/fixed.nix.in index 0ce9dd401931..ab2448871dbe 100644 --- a/tests/fixed.nix.in +++ b/tests/fixed.nix.in @@ -8,6 +8,7 @@ rec { outputHashMode = mode; outputHashAlgo = algo; outputHash = hash; + PATH = "@testPath@"; }; good = [ |