From: Denys Vlasenko Date: Tue, 31 Dec 2013 22:25:46 +0000 (+0100) Subject: testsuite: remove forgotten debug hack X-Git-Tag: 1.22.1~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7625811d25b27d426589182befe426d7233e012a;p=platform%2Fupstream%2Fbusybox.git testsuite: remove forgotten debug hack Signed-off-by: Denys Vlasenko --- 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 " \