a1c6149b8b946ee27b4b29fa1968fad3ab07cc9c
[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-1.test > /tmp/xx
5 diff /tmp/xx ./ifs-1.right
6
7 ${THIS_SH} ifs-2.test > /tmp/xx
8 diff /tmp/xx ./ifs-2.right
9
10 ${THIS_SH} ifs-3.test > /tmp/xx
11 diff /tmp/xx ./ifs-3.right
12
13 rm -f /tmp/xx