]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/test-glue-functions
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / test-glue-functions
1 # shell functions to include in multiple test files
2
3 # squeeze out blanks to avoid white space differences in od implementations
4 _intl_normalize_spaces()
5 {
6 sed -e 's/[[:space:]]\{1,\}/ /g' -e 's/[[:space:]]*$//'
7 }
8
9