From 1dcf208f562d853909ad53772c208dcb2a73de88 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 18 Mar 2009 13:15:55 +0000 Subject: * Clean up some tests (use nix-build where appropriate). --- tests/export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/export.sh') diff --git a/tests/export.sh b/tests/export.sh index 53c9ec3c68df..c7d0a8176720 100644 --- a/tests/export.sh +++ b/tests/export.sh @@ -2,7 +2,7 @@ source common.sh clearStore -outPath=$($nixstore -r $($nixinstantiate dependencies.nix)) +outPath=$($nixbuild dependencies.nix) $nixstore --export $outPath > $TEST_ROOT/exp -- cgit 1.4.1