aboutsummaryrefslogtreecommitdiff
path: root/testsuite/od.tests
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 7a9da3e97..0880e0d2f 100755
--- a/testsuite/od.tests
+++ b/testsuite/od.tests
@@ -16,6 +16,16 @@ testing "od -b" \
"" "HELLO"
SKIP=
+optional DESKTOP
+testing "od -f" \
+ "od -f" \
+"\
+0000000 0.0000000e+00 0.0000000e+00
+0000010
+" \
+ "" "\x00\x00\x00\x00\x00\x00\x00\x00"
+SKIP=
+
optional DESKTOP LONG_OPTS
testing "od -b --traditional" \
"od -b --traditional" \