aboutsummaryrefslogtreecommitdiff
path: root/testsuite/od.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-11 03:53:57 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-11 03:53:57 +0200
commitbfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (patch)
tree4a5fbaef1371fb8b2ca504e753fa2a31d25234d4 /testsuite/od.tests
parent6334390aef2eb52cc827a6d18f942b2b8a04ef59 (diff)
downloadbusybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.tar.gz
busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.tar.bz2
busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.zip
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/od.tests')
-rwxr-xr-xtestsuite/od.tests2
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
9optional DESKTOP
9testing "od -b" \ 10testing "od -b" \
10 "od -b" \ 11 "od -b" \
11"\ 12"\
@@ -13,5 +14,6 @@ testing "od -b" \
130000005 140000005
14" \ 15" \
15 "" "HELLO" 16 "" "HELLO"
17SKIP=
16 18
17exit $FAILCOUNT 19exit $FAILCOUNT