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
commit ed02d20e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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