Imported from ../bash-2.0.tar.gz.
[platform/upstream/bash.git] / tests / run-input-test
old mode 100755 (executable)
new mode 100644 (file)
index 25d63a0..aaa5d35
@@ -1,2 +1,2 @@
-../bash < ./input-line.sh > xx
-diff xx input.right && rm -f xx
+${THIS_SH} < ./input-line.sh > /tmp/xx
+diff /tmp/xx input.right && rm -f /tmp/xx