From ecf25cb5bce27ca5820e2895d8458f38c406d105 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 20 Jun 2016 11:04:04 +0200 Subject: randomconfig fixes 5: false positive for tar; mount emits corrupted message Signed-off-by: Denys Vlasenko --- testsuite/tar.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/tar.tests b/testsuite/tar.tests index f19a53d..c44b7ad 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests @@ -204,7 +204,7 @@ SKIP= # Had a bug where on extract autodetect first "switched off" -z # and then failed to recognize .tgz extension -optional FEATURE_TAR_CREATE FEATURE_SEAMLESS_GZ +optional FEATURE_TAR_CREATE FEATURE_SEAMLESS_GZ GUNZIP testing "tar extract tgz" "\ dd count=1 bs=1M if=/dev/zero of=F0 2>/dev/null tar -czf F0.tgz F0 -- cgit v1.1