diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-12-31 23:25:46 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-12-31 23:25:46 +0100 |
commit | 7625811d25b27d426589182befe426d7233e012a (patch) | |
tree | 1bb8bcf8556b2a1a17726006f83227237b514bd5 | |
parent | 198b02f7dd61c6cb9fd4c379dc56edcf537a7ee1 (diff) | |
download | busybox-w32-7625811d25b27d426589182befe426d7233e012a.tar.gz busybox-w32-7625811d25b27d426589182befe426d7233e012a.tar.bz2 busybox-w32-7625811d25b27d426589182befe426d7233e012a.zip |
testsuite: remove forgotten debug hack
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | testsuite/tar.tests | 2 |
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 | |||
38 | SKIP= | 38 | SKIP= |
39 | 39 | ||
40 | testing "Two zeroed blocks is a ('truncated') empty tarball" '\ | 40 | testing "Two zeroed blocks is a ('truncated') empty tarball" '\ |
41 | dd if=/dev/zero bs=512 count=2 2>/dev/null | strace -o /tmp/zzz -tt -s99 tar xvf - 2>&1; echo $? | 41 | dd if=/dev/zero bs=512 count=2 2>/dev/null | tar xvf - 2>&1; echo $? |
42 | ' "\ | 42 | ' "\ |
43 | 0 | 43 | 0 |
44 | " \ | 44 | " \ |