diff options
Diffstat (limited to 'tests/nix-build.sh')
-rw-r--r-- | tests/nix-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nix-build.sh b/tests/nix-build.sh index 22980956be69..aab3615cc51b 100644 --- a/tests/nix-build.sh +++ b/tests/nix-build.sh @@ -1,8 +1,8 @@ source common.sh -$nixstore --gc +clearStore -(cd $TEST_ROOT && $NIX_BIN_DIR/nix-build ../dependencies.nix) +(cd $TEST_ROOT && $nixbuild ../dependencies.nix) test "$(cat $TEST_ROOT/result/foobar)" = FOOBAR # The result should be retained by a GC. |