Update of /cvsroot/winbash/winbash/tests/misc
In directory usw-pr-cvs1:/tmp/cvs-serv22210/misc
Modified Files:
run.r1.sh run.r2.sh run.r3.sh
Log Message:
Added run_test target. Corrected references to bash to use the $BASH env var.
Index: run.r1.sh
===================================================================
RCS file: /cvsroot/winbash/winbash/tests/misc/run.r1.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- run.r1.sh 11 Mar 2002 14:32:16 -0000 1.1
+++ run.r1.sh 18 Mar 2002 18:57:36 -0000 1.2
@@ -1 +1 @@
-../../bash redir.t1.sh
+$BASH redir.t1.sh
Index: run.r2.sh
===================================================================
RCS file: /cvsroot/winbash/winbash/tests/misc/run.r2.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- run.r2.sh 11 Mar 2002 14:32:16 -0000 1.1
+++ run.r2.sh 18 Mar 2002 18:57:36 -0000 1.2
@@ -1 +1 @@
-../../bash ./redir.t2.sh < /etc/passwd
+$BASH ./redir.t2.sh < /etc/passwd
Index: run.r3.sh
===================================================================
RCS file: /cvsroot/winbash/winbash/tests/misc/run.r3.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- run.r3.sh 11 Mar 2002 14:32:16 -0000 1.1
+++ run.r3.sh 18 Mar 2002 18:57:36 -0000 1.2
@@ -1,3 +1,3 @@
-#
-# the `after exec in ...' should not be echoed
-../../bash < redir.t3.sh
+#
+# the `after exec in ...' should not be echoed
+$BASH < redir.t3.sh
|