summaryrefslogtreecommitdiff
path: root/tests/misc/od-x8
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/od-x8')
-rwxr-xr-xtests/misc/od-x82
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/od-x8 b/tests/misc/od-x8
index 4936109d8..b66269faf 100755
--- a/tests/misc/od-x8
+++ b/tests/misc/od-x8
@@ -23,7 +23,7 @@ print_ver_ od
od -t x8 /dev/null >/dev/null ||
skip_ "od lacks support for 8-byte quantities"
-echo abcdefgh |tr -d '\n' > in || framework_failure
+echo abcdefgh |tr -d '\n' > in || framework_failure_
od -An -t x8 in > out-raw || fail=1