awk: do not allow $(-1)
[oweals/busybox.git] / testsuite / od.tests
index 7a9da3e9722308375a348c8d5644fa08d4456d6a..0880e0d2ff531c6d9a141137cc08d1c81114d826 100755 (executable)
@@ -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" \