From 9c3099d3286b7bc8582b1685ba1917db409cac0c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 21 Jul 2006 13:21:43 +0000 Subject: * Purify `make check'. --- tests/simple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple.sh') diff --git a/tests/simple.sh b/tests/simple.sh index 4d3377b29f39..25dd57e030ae 100644 --- a/tests/simple.sh +++ b/tests/simple.sh @@ -18,6 +18,6 @@ if test "$text" != "Hello World!"; then exit 1; fi $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 +if test "$(NIX_STORE_DIR=/foo $nixinstantiate --readonly-mode hash-check.nix)" != "/foo/bbfambd3ksry4ylik1772pn2qyw1k296-dependencies.drv"; then echo "hashDerivationModulo appears broken" fi -- cgit 1.4.1