summaryrefslogtreecommitdiff
path: root/tests/misc/od-N
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/od-N')
-rwxr-xr-xtests/misc/od-N2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/od-N b/tests/misc/od-N
index 6efe85385..2aa210674 100755
--- a/tests/misc/od-N
+++ b/tests/misc/od-N
@@ -19,7 +19,7 @@
. "${srcdir=.}/init.sh"; path_prepend_ ../src
print_ver_ od
-echo abcdefg > in || framework_failure
+echo abcdefg > in || framework_failure_
(od -An -N3 -c; od -An -N3 -c) < in > out