testsuite: remove forgotten debug hack
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 31 Dec 2013 22:25:46 +0000 (23:25 +0100)
committerDenys 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

index 9ea89f1..4929f4e 100755 (executable)
@@ -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
 " \