od: fix testsuite

1_11_stable
Denis Vlasenko 2008-04-14 19:56:46 +00:00
parent 7089c31d57
commit 3cfebe44c7
1 changed files with 2 additions and 2 deletions

View File

@ -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"