file: add 7z test file

This commit is contained in:
Joeky 2020-03-30 08:42:03 +08:00 committed by Rob Landley
parent 3db8e5ea30
commit c6c7fac0ad
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ testing "gzip data" "file $FILES/tar/tar.tgz | sed 's|$FILES/||'" \
"tar/tar.tgz: gzip compressed data\n" "" ""
testing "bzip2 data" "file $FILES/tar/tar.tbz2 | sed 's|$FILES/||'" \
"tar/tar.tbz2: bzip2 compressed data, block size = 900k\n" "" ""
testing "7z file" "file $FILES/tar/tar.7z | sed 's|$FILES/||'" \
"tar/tar.7z: 7-zip archive data, version 0.4\n" "" ""
testing "zip file" "file $FILES/zip/example.zip | sed 's|$FILES/||'" \
"zip/example.zip: Zip archive data, requires at least v1.0 to extract\n" "" ""

BIN
tests/files/tar/tar.7z Normal file

Binary file not shown.