i-bash/tests/run-ifs-tests
2009-09-12 16:46:49 +00:00

13 lines
223 B
Text
Executable file

#
# show that IFS is only applied to the result of expansions
#
../bash ifs-test-1.sh > xx
diff xx ./ifs.1.right
../bash ifs-test-2.sh > xx
diff xx ./ifs.2.right
../bash ifs-test-3.sh > xx
diff xx ./ifs.3.right
rm -f xx