diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/od.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/od.tests b/testsuite/od.tests index 60f22d5..69c2995 100755 --- 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" |