projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
198b02f
)
testsuite: remove forgotten debug hack
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 31 Dec 2013 22:25:46 +0000
(23:25 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 31 Dec 2013 22:25:46 +0000
(23:25 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
testsuite/tar.tests
patch
|
blob
|
history
diff --git
a/testsuite/tar.tests
b/testsuite/tar.tests
index 9ea89f15f832c314f205e4d4bc4cc2fa17f3bb58..4929f4e499a851583db0af0f3aaf032e37270981 100755
(executable)
--- a/
testsuite/tar.tests
+++ b/
testsuite/tar.tests
@@
-38,7
+38,7
@@
tar: short read
SKIP=
testing "Two zeroed blocks is a ('truncated') empty tarball" '\
-dd if=/dev/zero bs=512 count=2 2>/dev/null |
strace -o /tmp/zzz -tt -s99
tar xvf - 2>&1; echo $?
+dd if=/dev/zero bs=512 count=2 2>/dev/null | tar xvf - 2>&1; echo $?
' "\
0
" \