summaryrefslogtreecommitdiff
path: root/tests/intl.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/intl.tests')
-rw-r--r--tests/intl.tests6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/intl.tests b/tests/intl.tests
index 3c42086b..5c15b47e 100644
--- a/tests/intl.tests
+++ b/tests/intl.tests
@@ -35,8 +35,10 @@ esac
set a b
printf '%s\n' "$*"
-# squeeze out blanks to avoid white space differences in od implementations
-printf '%s' "$*" | od -b | ( IFS=$' \t\n' ; while read line; do echo $line; done; )
+
+. ./test-glue-functions
+
+printf '%s' "$*" | od -b | _intl_normalize_spaces
# display differences make this problematic
${THIS_SH} ./intl1.sub