From ccc6cda312fea9f0468ee65b8f368e9653e1380b Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 23 Dec 1996 17:02:34 +0000 Subject: Imported from ../bash-2.0.tar.gz. --- tests/run-input-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 tests/run-input-test (limited to 'tests/run-input-test') diff --git a/tests/run-input-test b/tests/run-input-test old mode 100755 new mode 100644 index 25d63a0f..aaa5d35d --- 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 -- cgit v1.2.1