randomtest fixes
[oweals/busybox.git] / testsuite / od.tests
index 0bf1f4c54903b0d11d72988e9f06c69eb7e1321c..a2d015ad723a861b5442235cd7045b9dfc722552 100755 (executable)
@@ -6,6 +6,7 @@
 
 # testing "test name" "options" "expected result" "file input" "stdin"
 
+optional DESKTOP
 testing "od -b" \
        "od -b" \
 "\
@@ -13,5 +14,6 @@ testing "od -b" \
 0000005
 " \
        "" "HELLO"
+SKIP=
 
 exit $FAILCOUNT