Imported from ../bash-2.0.tar.gz.
[platform/upstream/bash.git] / tests / run-glob-test
old mode 100755 (executable)
new mode 100644 (file)
index 1e598dc..a01047f
@@ -1,4 +1,4 @@
 PATH=$PATH:`pwd`
 export PATH
-../bash ./glob-test | grep -v '^expect' > xx
-diff xx glob.right && rm -f xx
+${THIS_SH} ./glob-test | grep -v '^expect' > /tmp/xx
+diff /tmp/xx glob.right && rm -f /tmp/xx