From 832377bbd6ccd43895ac346131cafe4901f7996b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 17 Feb 2014 12:22:50 +0100 Subject: Add a test for repairing paths --- tests/binary-cache.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/binary-cache.sh') diff --git a/tests/binary-cache.sh b/tests/binary-cache.sh index 9bd4fecb6dec..45e67bee715f 100644 --- a/tests/binary-cache.sh +++ b/tests/binary-cache.sh @@ -2,11 +2,9 @@ source common.sh clearStore clearManifests +clearCache # Create the binary cache. -cacheDir=$TEST_ROOT/binary-cache -rm -rf "$cacheDir" - outPath=$(nix-build dependencies.nix --no-out-link) nix-push --dest $cacheDir $outPath -- cgit 1.4.1