This commit is contained in:
Eelco Dolstra 2007-12-31 00:34:44 +00:00
parent dedd62dd0c
commit f60aa2aa21
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
Hello World

View File

@ -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"