diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tar.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tar.test b/tests/tar.test index d6c505ae..0a91bac8 100644 --- a/tests/tar.test +++ b/tests/tar.test @@ -161,6 +161,13 @@ testing "manually specify bz2" 'LST -jf "$FILES"/tar/tar.tbz2' \ "drwxr-x--- enh/eng 0 2017-05-13 01:05 dir/\n-rw-r----- enh/eng 12 2017-05-13 01:05 dir/file\n" \ "" "" +# -I +testing "-I gzip c" "$TAR -Igzip file | file -" \ + "/dev/stdin: gzip compressed data, from Unix\n" "" "" +testing "-I gzip t" 'LST -Igzip -f "$FILES"/tar/tar.tgz' \ + "drwxr-x--- enh/eng 0 2017-05-13 01:05 dir/\n-rw-r----- enh/eng 12 2017-05-13 01:05 dir/file\n" \ + "" "" + skipnot mknod dir/char c 12 34 2>/dev/null testing "character special" "tar --mtime @0 -cf test.tar dir/char && rm -f dir/char && tar xf test.tar && ls -l dir/char" \ "crw-rw---- 1 root root 12, 34 1970-01-01 00:00 dir/char\n" "" "" |