od: fix testsuite

This commit is contained in:
Denis Vlasenko 2008-04-14 19:56:46 +00:00
parent 7089c31d57
commit 3cfebe44c7

View File

@ -7,9 +7,9 @@
# testing "test name" "options" "expected result" "file input" "stdin" # testing "test name" "options" "expected result" "file input" "stdin"
testing "od -b" \ testing "od -b" \
"echo HELLO | od -b" \ "od -b" \
"\ "\
0000000 110 105 114 114 117 012 0000000 110 105 114 114 117
0000006 0000006
" \ " \
"" "HELLO" "" "HELLO"