about summary refs log tree commit diff
path: root/tests/substitutes.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-01-25T17·24+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-01-25T17·24+0000
commit498f4915cc9dc461b18789288063759e0aded805 (patch)
treeda461d3bff1d24adea138245cddd7cd9e7f895c3 /tests/substitutes.sh
parent066da4ab852ebe4288536149824ea175dc36cad4 (diff)
* Re-enable all tests.
Diffstat (limited to 'tests/substitutes.sh')
-rw-r--r--tests/substitutes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/substitutes.sh b/tests/substitutes.sh
index c0b61288a4..061f5f32af 100644
--- a/tests/substitutes.sh
+++ b/tests/substitutes.sh
@@ -7,7 +7,7 @@ outPath=$($TOP/src/nix-store/nix-store -qvv "$storeExpr")
 echo "output path is $outPath"
 
 regSub() {
-    (echo $1 && echo $2 && echo 3 && echo $outPath && echo Hallo && echo Wereld) | $TOP/src/nix-store/nix-store --substitute
+    (echo $1 && echo $2 && echo 3 && echo $outPath && echo Hallo && echo Wereld && echo 0) | $TOP/src/nix-store/nix-store --substitute
 }
 
 # Register a substitute for the output path.