diff --git a/tests/binary-cache.sh b/tests/binary-cache.sh index 0704a2bb3..ac23fa3f7 100644 --- a/tests/binary-cache.sh +++ b/tests/binary-cache.sh @@ -1,6 +1,7 @@ source common.sh clearStore +clearManifests # Create the binary cache. cacheDir=$TEST_ROOT/binary-cache diff --git a/tests/nix-pull.sh b/tests/nix-pull.sh index 79e7ae26b..87239948c 100644 --- a/tests/nix-pull.sh +++ b/tests/nix-pull.sh @@ -28,6 +28,6 @@ cat $outPath/input-2/bar # Check that the derivers are set properly. test $(nix-store -q --deriver "$outPath") = "$drvPath" -nix-store -q --deriver $(readLink $outPath/input-2) | grep -q -- "-input-2.drv" +nix-store -q --deriver $(readLink $outPath/input-2) | grep -q -- "-input-2.drv" clearManifests