From 96c3d8a61550545549dfa31c62e68d16f4e89c0c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Dec 2004 14:38:04 +0000 Subject: * I love test sets. --- tests/fallback.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fallback.sh') diff --git a/tests/fallback.sh b/tests/fallback.sh index 5454e1ef4..b859d74ee 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") -- cgit v1.2.3