aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/od.tests4
1 files changed, 2 insertions, 2 deletions
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 @@
7# testing "test name" "options" "expected result" "file input" "stdin" 7# testing "test name" "options" "expected result" "file input" "stdin"
8 8
9testing "od -b" \ 9testing "od -b" \
10 "echo HELLO | od -b" \ 10 "od -b" \
11"\ 11"\
120000000 110 105 114 114 117 012 120000000 110 105 114 114 117
130000006 130000006
14" \ 14" \
15 "" "HELLO" 15 "" "HELLO"