[git commit] testsuite: remove forgotten debug hack

Denys Vlasenko vda.linux at googlemail.com
Tue Dec 31 22:25:46 UTC 2013


commit: http://git.busybox.net/busybox/commit/?id=7625811d25b27d426589182befe426d7233e012a
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 testsuite/tar.tests |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuite/tar.tests b/testsuite/tar.tests
index 9ea89f1..4929f4e 100755
--- 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
 " \


More information about the busybox-cvs mailing list