1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Remove bad.tar.xz check, since libarchive doesn't care

This commit is contained in:
Eelco Dolstra 2023-10-13 13:21:38 +02:00
parent db012d1e63
commit b00f412f81
2 changed files with 0 additions and 5 deletions

Binary file not shown.

View file

@ -57,8 +57,3 @@ test_tarball() {
test_tarball '' cat
test_tarball .xz xz
test_tarball .gz gzip
rm -rf $TEST_ROOT/tmp
mkdir -p $TEST_ROOT/tmp
(! TMPDIR=$TEST_ROOT/tmp XDG_RUNTIME_DIR=$TEST_ROOT/tmp nix-env -f file://$(pwd)/bad.tar.xz -qa --out-path)
(! [ -e $TEST_ROOT/tmp/bad ])