Update of /cvsroot/winbash/winbash/tests
In directory usw-pr-cvs1:/tmp/cvs-serv16581/tests
Modified Files:
getopts.sh
Added Files:
run-getopts
Log Message:
Added test target to top level Makefile. Aligned code (especially in
builtins) to closely resemble the GNU bash 1.14.7 source files. A lot
more work needs to be done to clean the source up to make some sense
out of this mess. I am confident we'll get there sooner or later :)
--- NEW FILE: run-getopts ---
$BASH < ./getopts.sh
Index: getopts.sh
===================================================================
RCS file: /cvsroot/winbash/winbash/tests/getopts.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- getopts.sh 9 Mar 2002 15:03:55 -0000 1.3
+++ getopts.sh 20 Mar 2002 02:09:55 -0000 1.4
@@ -47,4 +47,3 @@
[ "${k}" = "kvalue" ] || echo "error k=${k}, expected kvalue"
[ "${l}" = "lvalue" ] || echo "error l=${l}, expected lvalue"
-echo 'PASSED -- getopts'
|