about summary refs log tree commit diff
path: root/tests/simple.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-12-31T00·34+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-12-31T00·34+0000
commitf60aa2aa21f59de0d741ecb7d8a46d1bff82513c (patch)
tree800dd051339d9ac4ce2bbb01e12c3a39705fce01 /tests/simple.sh
parentdedd62dd0ca0c066dd0fce32eaa7bff442bd15da (diff)
Diffstat (limited to 'tests/simple.sh')
-rw-r--r--tests/simple.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/simple.sh b/tests/simple.sh
index 4f9f6e964a..a94b6d1853 100644
--- a/tests/simple.sh
+++ b/tests/simple.sh
@@ -18,6 +18,7 @@ if test "$text" != "Hello World!"; then exit 1; fi
 $nixstore --delete $outPath
 if test -e $outPath/hello; then false; fi
 
+echo 'Hello World' > ./dummy
 outPath="$(NIX_STORE_DIR=/foo $nixinstantiate --readonly-mode hash-check.nix)"
 if test "$outPath" != "/foo/lfy1s6ca46rm5r6w4gg9hc0axiakjcnm-dependencies.drv"; then
     echo "hashDerivationModulo appears broken, got $outPath"