diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25T17·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25T17·24+0000 |
commit | 498f4915cc9dc461b18789288063759e0aded805 (patch) | |
tree | da461d3bff1d24adea138245cddd7cd9e7f895c3 /tests/fallback.sh | |
parent | 066da4ab852ebe4288536149824ea175dc36cad4 (diff) |
* Re-enable all tests.
Diffstat (limited to 'tests/fallback.sh')
-rw-r--r-- | tests/fallback.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fallback.sh b/tests/fallback.sh index 081e5695f400..ac4370c61be5 100644 --- a/tests/fallback.sh +++ b/tests/fallback.sh @@ -5,7 +5,7 @@ outPath=$($TOP/src/nix-store/nix-store -q --fallback "$storeExpr") echo "output path is $outPath" # Register a non-existant substitute -(echo $outPath && echo $TOP/no-such-program && echo 0) | $TOP/src/nix-store/nix-store --substitute +(echo $outPath && echo $TOP/no-such-program && echo 0 && echo 0) | $TOP/src/nix-store/nix-store --substitute # Build the derivation $TOP/src/nix-store/nix-store -r --fallback "$storeExpr" |