Imported from ../bash-2.0.tar.gz.
[platform/upstream/bash.git] / tests / run-ifs-tests
old mode 100755 (executable)
new mode 100644 (file)
index 1f9c8c0..3d5fc50
@@ -1,13 +1,13 @@
 #
 # show that IFS is only applied to the result of expansions
 #
-../bash ifs-test-1.sh > xx
-diff xx ./ifs.1.right
+${THIS_SH} ifs-test-1.sh > /tmp/xx
+diff /tmp/xx ./ifs.1.right
 
-../bash ifs-test-2.sh > xx
-diff xx ./ifs.2.right
+${THIS_SH} ifs-test-2.sh > /tmp/xx
+diff /tmp/xx ./ifs.2.right
 
-../bash ifs-test-3.sh > xx
-diff xx ./ifs.3.right
+${THIS_SH} ifs-test-3.sh > /tmp/xx
+diff /tmp/xx ./ifs.3.right
 
-rm -f xx
+rm -f /tmp/xx