about summary refs log tree commit diff
path: root/tests/substitutes2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/substitutes2.sh')
-rw-r--r--tests/substitutes2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/substitutes2.sh b/tests/substitutes2.sh
index 33bae3238fb8..76ff74b3ed29 100644
--- a/tests/substitutes2.sh
+++ b/tests/substitutes2.sh
@@ -1,5 +1,5 @@
 # Instantiate.
-storeExpr=$($TOP/src/nix-instantiate/nix-instantiate substitutes.nix)
+storeExpr=$($TOP/src/nix-instantiate/nix-instantiate substitutes2.nix)
 echo "store expr is $storeExpr"
 
 # Find the output path.
@@ -19,7 +19,7 @@ regSub() {
 }
 
 # Register a fake successor, and a substitute for it.
-suc=$NIX_STORE_DIR/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-s.store
+suc=$NIX_STORE_DIR/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab-s.store
 regSub $suc $subExpr
 $TOP/src/nix-store/nix-store --successor $storeExpr $suc