3d5fc509a9743c3a01bc97e3c5b135312f381ee0
[platform/upstream/bash.git] / tests / run-ifs-tests
1 #
2 # show that IFS is only applied to the result of expansions
3 #
4 ${THIS_SH} ifs-test-1.sh > /tmp/xx
5 diff /tmp/xx ./ifs.1.right
6
7 ${THIS_SH} ifs-test-2.sh > /tmp/xx
8 diff /tmp/xx ./ifs.2.right
9
10 ${THIS_SH} ifs-test-3.sh > /tmp/xx
11 diff /tmp/xx ./ifs.3.right
12
13 rm -f /tmp/xx