aboutsummaryrefslogtreecommitdiff
path: root/testsuite/od.tests
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2025-08-10 07:46:58 +0100
committerRon Yorston <rmy@pobox.com>2025-08-10 07:46:58 +0100
commitc70a65f36c017f6feb7e86415bec1a644e71dbab (patch)
treee1c3afca24fd35bd2ff142cc0ea83151fdfa5996 /testsuite/od.tests
parentdcb4966c5492aeb67494d9ffdc58ff3054add443 (diff)
parent84766710f420dd444e2a03d33a1915ce55661e67 (diff)
downloadbusybox-w32-merge.tar.gz
busybox-w32-merge.tar.bz2
busybox-w32-merge.zip
Merge branch 'busybox' into mergemerge
Diffstat (limited to '')
-rwxr-xr-xtestsuite/od.tests13
1 files changed, 12 insertions, 1 deletions
diff --git a/testsuite/od.tests b/testsuite/od.tests
index 4f245a7e8..c863bf2e8 100755
--- a/testsuite/od.tests
+++ b/testsuite/od.tests
@@ -61,7 +61,8 @@ testing "od -a (DESKTOP)" \
61"\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff" 61"\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff"
62SKIP= 62SKIP=
63 63
64testing "od -B" \ 64$little_endian || SKIP=1
65testing "od -B (little-endian)" \
65 "od -B" \ 66 "od -B" \
66"\ 67"\
670000000 001001 005003 041101 177103 680000000 001001 005003 041101 177103
@@ -70,6 +71,16 @@ testing "od -B" \
70 "" "$input" 71 "" "$input"
71SKIP= 72SKIP=
72 73
74$little_endian && SKIP=1
75testing "od -B (big-endian)" \
76 "od -B" \
77"\
780000000 000402 001412 040502 041776
790000010
80" \
81 "" "$input"
82SKIP=
83
73$little_endian || SKIP=1 84$little_endian || SKIP=1
74testing "od -o (little-endian)" \ 85testing "od -o (little-endian)" \
75 "od -o" \ 86 "od -o" \