mirror of
https://github.com/NixOS/nix.git
synced 2024-11-30 18:52:26 +00:00
Merge pull request #4085 from 0mp/patch-2
Fix tar invocation on FreeBSD
This commit is contained in:
commit
ed02d20e1d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user