diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-14 19:56:46 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-14 19:56:46 +0000 |
commit | 3cfebe44c7c7814e22362712b46f00b5636d0716 (patch) | |
tree | 062f991b0c1c94b79b808837c8e3b1b55d430cfc | |
parent | 7089c31d578d683804598b405e2cdf375cd7ce33 (diff) | |
download | busybox-w32-3cfebe44c7c7814e22362712b46f00b5636d0716.tar.gz busybox-w32-3cfebe44c7c7814e22362712b46f00b5636d0716.tar.bz2 busybox-w32-3cfebe44c7c7814e22362712b46f00b5636d0716.zip |
od: fix testsuite
-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 60f22d5dd..69c29952a 100755 --- a/testsuite/od.tests +++ b/testsuite/od.tests | |||
@@ -7,9 +7,9 @@ | |||
7 | # testing "test name" "options" "expected result" "file input" "stdin" | 7 | # testing "test name" "options" "expected result" "file input" "stdin" |
8 | 8 | ||
9 | testing "od -b" \ | 9 | testing "od -b" \ |
10 | "echo HELLO | od -b" \ | 10 | "od -b" \ |
11 | "\ | 11 | "\ |
12 | 0000000 110 105 114 114 117 012 | 12 | 0000000 110 105 114 114 117 |
13 | 0000006 | 13 | 0000006 |
14 | " \ | 14 | " \ |
15 | "" "HELLO" | 15 | "" "HELLO" |