about summary refs log tree commit diff
path: root/tests/gc.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-02-01T17·50+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-02-01T17·50+0000
commitc3981d81f65eda945f7a48d10ce7600fc0419f58 (patch)
treeae87c0de57dca4016df927787de3ed342e083337 /tests/gc.sh
parent65b6c8ab4c7832abdad46a29ce2ef18d289b2471 (diff)
* Make check fixes.
Diffstat (limited to 'tests/gc.sh')
-rw-r--r--tests/gc.sh2
1 files changed, 1 insertions, 1 deletions
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