diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-05 12:34:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-05 12:34:24 +0200 |
commit | a779c6d63b6da04e923cb306fcc257264ed4502c (patch) | |
tree | 130d5abd0c1b26bcdba9bfd1a839764576dc2e25 /qemu_multiarch_testing | |
parent | 5fa6d1a632505789409a2ba6cf8e112529f9db18 (diff) | |
download | busybox-w32-a779c6d63b6da04e923cb306fcc257264ed4502c.tar.gz busybox-w32-a779c6d63b6da04e923cb306fcc257264ed4502c.tar.bz2 busybox-w32-a779c6d63b6da04e923cb306fcc257264ed4502c.zip |
qemu testing: fix hexdumping of binary
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'qemu_multiarch_testing')
-rwxr-xr-x | qemu_multiarch_testing/hdc.dir/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_multiarch_testing/hdc.dir/build b/qemu_multiarch_testing/hdc.dir/build index 8a65a5582..b7fb61fc8 100755 --- a/qemu_multiarch_testing/hdc.dir/build +++ b/qemu_multiarch_testing/hdc.dir/build | |||
@@ -35,7 +35,7 @@ test -x "bin/busybox-$HOST" && { | |||
35 | if uuencode TEST </dev/null >/dev/null && bzip2 </dev/null >/dev/null; then | 35 | if uuencode TEST </dev/null >/dev/null && bzip2 </dev/null >/dev/null; then |
36 | bzip2 <busybox | uuencode busybox.bz2 | 36 | bzip2 <busybox | uuencode busybox.bz2 |
37 | else | 37 | else |
38 | od -tx1 <busybox | 38 | od -v -tx1 <busybox |
39 | fi | 39 | fi |
40 | #test "x$FTP_PORT" = x || | 40 | #test "x$FTP_PORT" = x || |
41 | # ftpput -P "$FTP_PORT" "$FTP_SERVER" strace | 41 | # ftpput -P "$FTP_PORT" "$FTP_SERVER" strace |