diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-17T17·11+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-17T17·11+0000 |
commit | 51e7e32c3bf7c2fb5045b0655c2edc1fbf347455 (patch) | |
tree | 21337c26d0106fa92b5f82854f623640b24dc34e /tests/gc-concurrent.sh | |
parent | 2d5114452d8a8f73c858f9beb6bfaafe35e7bf9a (diff) |
* Refactoring: renamed *.nix.in to *.nix.
Diffstat (limited to 'tests/gc-concurrent.sh')
-rw-r--r-- | tests/gc-concurrent.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gc-concurrent.sh b/tests/gc-concurrent.sh index fbc9497206c1..8ae511e4facd 100644 --- a/tests/gc-concurrent.sh +++ b/tests/gc-concurrent.sh @@ -2,10 +2,10 @@ source common.sh $NIX_BIN_DIR/nix-collect-garbage -vvvvv -drvPath1=$($nixinstantiate gc-concurrent.nix) +drvPath1=$($nixinstantiate gc-concurrent.nix -A test1) outPath1=$($nixstore -q $drvPath1) -drvPath2=$($nixinstantiate gc-concurrent2.nix) +drvPath2=$($nixinstantiate gc-concurrent.nix -A test2) outPath2=$($nixstore -q $drvPath2) drvPath3=$($nixinstantiate simple.nix) |