From c3981d81f65eda945f7a48d10ce7600fc0419f58 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 1 Feb 2005 17:50:48 +0000 Subject: * Make check fixes. --- tests/gc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gc.sh') diff --git a/tests/gc.sh b/tests/gc.sh index 9aeda43e7101..e45e35a8c9b6 100644 --- a/tests/gc.sh +++ b/tests/gc.sh @@ -2,7 +2,7 @@ storeExpr=$($TOP/src/nix-instantiate/nix-instantiate dependencies.nix) outPath=$($TOP/src/nix-store/nix-store -rvv "$storeExpr") # Set a GC root. -ln -s $outPath "$NIX_LOCALSTATE_DIR"/nix/gcroots/foo +ln -s $outPath "$NIX_STATE_DIR"/gcroots/foo $NIX_BIN_DIR/nix-collect-garbage -- cgit 1.4.1