From: Denis Vlasenko Date: Mon, 14 Apr 2008 19:56:46 +0000 (-0000) Subject: od: fix testsuite X-Git-Tag: 1_11_0~336 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3cfebe44c7c7814e22362712b46f00b5636d0716;p=oweals%2Fbusybox.git od: fix testsuite --- diff --git a/testsuite/od.tests b/testsuite/od.tests index 60f22d5dd..69c29952a 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"