From 88e54153dce2cdba9a075d9dbc81ad81e7e73435 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Jul 2006 15:49:29 +0000 Subject: * Add a precise test for hashDerivatioModulo. --- tests/simple.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/simple.sh') diff --git a/tests/simple.sh b/tests/simple.sh index 7f7b48f2d91b..4d3377b29f39 100644 --- a/tests/simple.sh +++ b/tests/simple.sh @@ -17,3 +17,7 @@ if test "$text" != "Hello World!"; then exit 1; fi # be deleteable. $nixstore --delete $outPath if test -e $outPath/hello; then false; fi + +if test "$(NIX_STORE_DIR=/foo $nixinstantiate --readonly-mode hash-check.nix)" != "/foo/4hgkkq63lp8x5kmh9cmsyqimq5v42zzl-dependencies.drv"; then + echo "hashDerivationModulo appears broken" +fi -- cgit 1.4.1