summaryrefslogtreecommitdiff
path: root/tests/test-glue-functions
blob: 2b2f61d0b09e4e4c7c03ab081a17e12f06517225 (plain)
1
2
3
4
5
6
7
8
9
# shell functions to include in multiple test files

# squeeze out blanks to avoid white space differences in od implementations
_intl_normalize_spaces()
{
	sed -e 's/[[:space:]]\{1,\}/ /g' -e 's/[[:space:]]*$//'
}