aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/tar.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests
index 9ea89f15f..4929f4e49 100755
--- a/testsuite/tar.tests
+++ b/testsuite/tar.tests
@@ -38,7 +38,7 @@ tar: short read
38SKIP= 38SKIP=
39 39
40testing "Two zeroed blocks is a ('truncated') empty tarball" '\ 40testing "Two zeroed blocks is a ('truncated') empty tarball" '\
41dd if=/dev/zero bs=512 count=2 2>/dev/null | strace -o /tmp/zzz -tt -s99 tar xvf - 2>&1; echo $? 41dd if=/dev/zero bs=512 count=2 2>/dev/null | tar xvf - 2>&1; echo $?
42' "\ 42' "\
430 430
44" \ 44" \