qemu testing: fix hexdumping of binary

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2015-10-05 12:34:24 +02:00
parent 5fa6d1a632
commit a779c6d63b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ test -x "bin/busybox-$HOST" && {
if uuencode TEST </dev/null >/dev/null && bzip2 </dev/null >/dev/null; then
bzip2 <busybox | uuencode busybox.bz2
else
od -tx1 <busybox
od -v -tx1 <busybox
fi
#test "x$FTP_PORT" = x ||
# ftpput -P "$FTP_PORT" "$FTP_SERVER" strace