diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/tar.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index f19a53da2..c44b7ad07 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests | |||
@@ -204,7 +204,7 @@ SKIP= | |||
204 | 204 | ||
205 | # Had a bug where on extract autodetect first "switched off" -z | 205 | # Had a bug where on extract autodetect first "switched off" -z |
206 | # and then failed to recognize .tgz extension | 206 | # and then failed to recognize .tgz extension |
207 | optional FEATURE_TAR_CREATE FEATURE_SEAMLESS_GZ | 207 | optional FEATURE_TAR_CREATE FEATURE_SEAMLESS_GZ GUNZIP |
208 | testing "tar extract tgz" "\ | 208 | testing "tar extract tgz" "\ |
209 | dd count=1 bs=1M if=/dev/zero of=F0 2>/dev/null | 209 | dd count=1 bs=1M if=/dev/zero of=F0 2>/dev/null |
210 | tar -czf F0.tgz F0 | 210 | tar -czf F0.tgz F0 |