From 51e7e32c3bf7c2fb5045b0655c2edc1fbf347455 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 17 Mar 2009 17:11:55 +0000 Subject: * Refactoring: renamed *.nix.in to *.nix. --- tests/gc-concurrent.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/gc-concurrent.sh') 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) -- cgit 1.4.1