Merge pull request #4085 from 0mp/patch-2

Fix tar invocation on FreeBSD
This commit is contained in:
Eelco Dolstra
2020-09-29 11:31:46 +02:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ test_tarball() {
local compressor="$2"
tarball=$TEST_ROOT/tarball.tar$ext
(cd $TEST_ROOT && tar c tarball) | $compressor > $tarball
(cd $TEST_ROOT && tar cf - tarball) | $compressor > $tarball
nix-env -f file://$tarball -qa --out-path | grep -q dependencies