diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-01T17·50+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-01T17·50+0000 |
commit | c3981d81f65eda945f7a48d10ce7600fc0419f58 (patch) | |
tree | ae87c0de57dca4016df927787de3ed342e083337 /tests/gc-concurrent.sh | |
parent | 65b6c8ab4c7832abdad46a29ce2ef18d289b2471 (diff) |
* Make check fixes.
Diffstat (limited to 'tests/gc-concurrent.sh')
-rw-r--r-- | tests/gc-concurrent.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/gc-concurrent.sh b/tests/gc-concurrent.sh index c85a03e1ca88..b3fb06535d3d 100644 --- a/tests/gc-concurrent.sh +++ b/tests/gc-concurrent.sh @@ -4,9 +4,7 @@ outPath1=$($TOP/src/nix-store/nix-store -q $storeExpr1) storeExpr2=$($TOP/src/nix-instantiate/nix-instantiate gc-concurrent2.nix) outPath2=$($TOP/src/nix-store/nix-store -q $storeExpr2) -ls -l test-tmp/state/temproots - -ln -s $storeExpr2 "$NIX_LOCALSTATE_DIR"/nix/gcroots/foo2 +ln -s $storeExpr2 "$NIX_STATE_DIR"/gcroots/foo2 # Start build #1 in the background. It starts immediately. $TOP/src/nix-store/nix-store -rvv "$storeExpr1" & |