diff options
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 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") |