aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tar.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tar.tests')
-rwxr-xr-xtestsuite/tar.tests14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests
index f2f4e9348..472064f7f 100755
--- a/testsuite/tar.tests
+++ b/testsuite/tar.tests
@@ -154,6 +154,20 @@ dr-xr-x--- input_dir
154SKIP= 154SKIP=
155} 155}
156 156
157# Had a bug where on extract autodetect first "switched off" -z
158# and then failed to recognize .tgz extension
159testing "tar extract tgz" "\
160dd count=1 bs=1M if=/dev/zero of=F0 2>/dev/null
161tar -czf F0.tgz F0
162rm F0
163tar -xzvf F0.tgz && echo Ok
164rm F0 || echo BAD
165" "\
166F0
167Ok
168" \
169"" ""
170
157 171
158cd .. && rm -rf tar.tempdir || exit 1 172cd .. && rm -rf tar.tempdir || exit 1
159 173