summaryrefslogtreecommitdiff
path: root/tests/run-input-test
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>1996-12-23 17:02:34 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:49 +0000
commitccc6cda312fea9f0468ee65b8f368e9653e1380b (patch)
treeb059878adcfd876c4acb8030deda1eeb918c7e75 /tests/run-input-test
parent726f63884db0132f01745f1fb4465e6621088ccf (diff)
downloadbash-ccc6cda312fea9f0468ee65b8f368e9653e1380b.tar.gz
Imported from ../bash-2.0.tar.gz.
Diffstat (limited to 'tests/run-input-test')
-rw-r--r--[-rwxr-xr-x]tests/run-input-test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-input-test b/tests/run-input-test
index 25d63a0f..aaa5d35d 100755..100644
--- a/tests/run-input-test
+++ b/tests/run-input-test
@@ -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