X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=testsuite%2Fod.tests;fp=testsuite%2Fod.tests;h=0880e0d2ff531c6d9a141137cc08d1c81114d826;hb=a165603d24dc3b5080859abfa834d092f456489d;hp=7a9da3e9722308375a348c8d5644fa08d4456d6a;hpb=9880f86d6e68a2a9b0d691ad0667f38d73eb89e0;p=oweals%2Fbusybox.git 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" \