mirror of
https://git.busybox.net/busybox.git
synced 2024-11-27 23:53:29 +08:00
od: fix testsuite
This commit is contained in:
parent
7089c31d57
commit
3cfebe44c7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user