od: fix testsuite
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 14 Apr 2008 19:56:46 +0000 (19:56 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 14 Apr 2008 19:56:46 +0000 (19:56 -0000)
testsuite/od.tests

index 60f22d5dd75de0adf9a5761c318bc5603efc4b8b..69c29952a637435f30fec7f1b13a46201bbe3462 100755 (executable)
@@ -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"