diff options
Diffstat (limited to 'testsuite/od.tests')
-rwxr-xr-x | testsuite/od.tests | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/od.tests b/testsuite/od.tests index 7a9da3e..0880e0d 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" \ |