diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-10 00:51:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-10 00:51:29 +0200 |
commit | b47b3ce1bd651c689fae3cac2760f43f453e2b6e (patch) | |
tree | 792a1710799fbf57c66fa51a642ae6d5074640c5 /testsuite/od.tests | |
parent | b347df91317ca05910e930c94fdba30baf9e2de8 (diff) | |
download | busybox-w32-b47b3ce1bd651c689fae3cac2760f43f453e2b6e.tar.gz busybox-w32-b47b3ce1bd651c689fae3cac2760f43f453e2b6e.tar.bz2 busybox-w32-b47b3ce1bd651c689fae3cac2760f43f453e2b6e.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 | "\ |