Imported from ../bash-2.0.tar.gz.
[platform/upstream/bash.git] / tests / run-dollars
old mode 100755 (executable)
new mode 100644 (file)
index 00ad7f1..e230026
@@ -1,3 +1,3 @@
-../bash ./dollar-star.sh a b > x 2>&1
-../bash ./dollar-at.sh a b >>x 2>&1
-diff x dollar.right && rm -f x
+${THIS_SH} ./dollar-star.sh a b > /tmp/xx 2>&1
+${THIS_SH} ./dollar-at.sh a b >>/tmp/xx 2>&1
+diff /tmp/xx dollar.right && rm -f /tmp/xx