diff options
Diffstat (limited to 'testsuite/od.tests')
-rwxr-xr-x | testsuite/od.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/od.tests b/testsuite/od.tests index 0bf1f4c54..a2d015ad7 100755 --- a/testsuite/od.tests +++ b/testsuite/od.tests | |||
@@ -6,6 +6,7 @@ | |||
6 | 6 | ||
7 | # testing "test name" "options" "expected result" "file input" "stdin" | 7 | # testing "test name" "options" "expected result" "file input" "stdin" |
8 | 8 | ||
9 | optional DESKTOP | ||
9 | testing "od -b" \ | 10 | testing "od -b" \ |
10 | "od -b" \ | 11 | "od -b" \ |
11 | "\ | 12 | "\ |
@@ -13,5 +14,6 @@ testing "od -b" \ | |||
13 | 0000005 | 14 | 0000005 |
14 | " \ | 15 | " \ |
15 | "" "HELLO" | 16 | "" "HELLO" |
17 | SKIP= | ||
16 | 18 | ||
17 | exit $FAILCOUNT | 19 | exit $FAILCOUNT |