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