diff options
Diffstat (limited to 'testsuite/od.tests')
-rwxr-xr-x | testsuite/od.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/od.tests b/testsuite/od.tests index fa47b4790..7a9da3e97 100755 --- a/testsuite/od.tests +++ b/testsuite/od.tests | |||
@@ -16,7 +16,7 @@ testing "od -b" \ | |||
16 | "" "HELLO" | 16 | "" "HELLO" |
17 | SKIP= | 17 | SKIP= |
18 | 18 | ||
19 | optional DESKTOP | 19 | optional DESKTOP LONG_OPTS |
20 | testing "od -b --traditional" \ | 20 | testing "od -b --traditional" \ |
21 | "od -b --traditional" \ | 21 | "od -b --traditional" \ |
22 | "\ | 22 | "\ |
@@ -26,7 +26,7 @@ testing "od -b --traditional" \ | |||
26 | "" "HELLO" | 26 | "" "HELLO" |
27 | SKIP= | 27 | SKIP= |
28 | 28 | ||
29 | optional DESKTOP | 29 | optional DESKTOP LONG_OPTS |
30 | testing "od -b --traditional FILE" \ | 30 | testing "od -b --traditional FILE" \ |
31 | "od -b --traditional input" \ | 31 | "od -b --traditional input" \ |
32 | "\ | 32 | "\ |