From 3cfebe44c7c7814e22362712b46f00b5636d0716 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 14 Apr 2008 19:56:46 +0000 Subject: od: fix testsuite --- testsuite/od.tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/od.tests') 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" -- cgit v1.2.3