aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/tar.tests3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests
index 1bdd5d437..c947d3382 100755
--- a/testsuite/tar.tests
+++ b/testsuite/tar.tests
@@ -15,9 +15,8 @@ mkdir tar.tempdir && cd tar.tempdir || exit 1
15 15
16# testing "test name" "script" "expected result" "file input" "stdin" 16# testing "test name" "script" "expected result" "file input" "stdin"
17 17
18# Empty file is not a valid .tar.gz:
19optional FEATURE_SEAMLESS_GZ 18optional FEATURE_SEAMLESS_GZ
20testing "tar hardlinks and repeated files" '\ 19testing "Empty file is not a tarball.tar.gz" '\
21tar xvzf - 2>&1; echo $? 20tar xvzf - 2>&1; echo $?
22' "\ 21' "\
23tar: invalid magic 22tar: invalid magic