mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00: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 "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"
|
||||||
|
Loading…
Reference in New Issue
Block a user