about summary refs log tree commit diff
path: root/tests/fallback.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-12-20T14·38+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-12-20T14·38+0000
commit96c3d8a61550545549dfa31c62e68d16f4e89c0c (patch)
tree38c2a90caa0b86ac0ab069c3fa20f0884197717d /tests/fallback.sh
parent8b9697e57596aaf142799ae6bec8bb53155dba78 (diff)
* I love test sets.
Diffstat (limited to 'tests/fallback.sh')
-rw-r--r--tests/fallback.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fallback.sh b/tests/fallback.sh
index 5454e1ef4bff..b859d74ee707 100644
--- a/tests/fallback.sh
+++ b/tests/fallback.sh
@@ -4,7 +4,7 @@ echo "store expr is $storeExpr"
 
 # Register a non-existant successor (and a nox-existant substitute).
 suc=$NIX_STORE_DIR/deadbeafdeadbeafdeadbeafdeadbeaf-s.store
-(echo $suc && echo $NIX_STORE_DIR/ffffffffffffffffffffffffffffffff.store && echo "/bla" && echo 0) | $TOP/src/nix-store/nix-store --substitute
+(echo $suc && echo $TOP/no-such-program && echo 0) | $TOP/src/nix-store/nix-store --substitute
 $TOP/src/nix-store/nix-store --successor $storeExpr $suc
 
 outPath=$($TOP/src/nix-store/nix-store -qnf --fallback "$storeExpr")