diff options
Diffstat (limited to 'tests/od/x8')
-rwxr-xr-x | tests/od/x8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/od/x8 b/tests/od/x8 index 9af4efba2..0d88bb85e 100755 --- a/tests/od/x8 +++ b/tests/od/x8 @@ -18,7 +18,7 @@ cd $tmp || framework_failure=1 echo abcdefgh |tr -d '\n' > in || framework_failure=1 if test $framework_failure = 1; then - echo '$0: failure in testing framework' 1>&2 + echo "$0: failure in testing framework" 1>&2 (exit 1); exit 1 fi |