1996-08-26 18:22:31 +00:00
|
|
|
#
|
|
|
|
|
# show that IFS is only applied to the result of expansions
|
|
|
|
|
#
|
1998-04-17 19:52:44 +00:00
|
|
|
${THIS_SH} ifs-1.test > /tmp/xx
|
|
|
|
|
diff /tmp/xx ./ifs-1.right
|
1996-08-26 18:22:31 +00:00
|
|
|
|
1998-04-17 19:52:44 +00:00
|
|
|
${THIS_SH} ifs-2.test > /tmp/xx
|
|
|
|
|
diff /tmp/xx ./ifs-2.right
|
1996-08-26 18:22:31 +00:00
|
|
|
|
1998-04-17 19:52:44 +00:00
|
|
|
${THIS_SH} ifs-3.test > /tmp/xx
|
|
|
|
|
diff /tmp/xx ./ifs-3.right
|
1996-08-26 18:22:31 +00:00
|
|
|
|
1996-12-23 17:02:34 +00:00
|
|
|
rm -f /tmp/xx
|