[Winbash-checkins] CVS: winbash/tests run-getopts,NONE,1.1 getopts.sh,1.3,1.4
Brought to you by:
enricobrunetta,
xks
From: Enrico B. <enr...@us...> - 2002-03-20 02:09:59
|
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' |