projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7089c31
)
od: fix testsuite
author
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 14 Apr 2008 19:56:46 +0000
(19:56 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 14 Apr 2008 19:56:46 +0000
(19:56 -0000)
testsuite/od.tests
patch
|
blob
|
history
diff --git
a/testsuite/od.tests
b/testsuite/od.tests
index 60f22d5dd75de0adf9a5761c318bc5603efc4b8b..69c29952a637435f30fec7f1b13a46201bbe3462 100755
(executable)
--- a/
testsuite/od.tests
+++ b/
testsuite/od.tests
@@
-7,9
+7,9
@@
# testing "test name" "options" "expected result" "file input" "stdin"
testing "od -b" \
- "
echo HELLO |
od -b" \
+ "od -b" \
"\
-0000000 110 105 114 114 117
012
+0000000 110 105 114 114 117
0000006
" \
"" "HELLO"