Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/od.tests')
-rwxr-xr-xtestsuite/od.tests10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/od.tests b/testsuite/od.tests
index 4b1525620..d6f50a206 100755
--- a/testsuite/od.tests
+++ b/testsuite/od.tests
@@ -12,6 +12,16 @@ le=false
{ printf '\0\1' | od -s | grep -q 256; } && le=true
readonly le
+$le || SKIP=1
+testing "od (little-endian)" \
+ "od" \
+"\
+0000000 001001 005003 041101 177103
+0000010
+" \
+ "" "$input"
+SKIP=
+
optional !DESKTOP
testing "od -a (!DESKTOP)" \
"od -a" \