cvs commit: src/tools/regression/bin/sh regress.sh
src/tools/regression/bin/sh/builtins
command1.0 command2.0 command3.0 command3.0.stdout command4.127
command5.0 command5.0.stdout command6.127 command6.127.stdout
Stefan Farfeleder
stefanf at FreeBSD.org
Fri Oct 28 07:02:44 PDT 2005
stefanf 2005-10-28 14:02:43 UTC
FreeBSD src repository
Modified files:
tools/regression/bin/sh regress.sh
Added files:
tools/regression/bin/sh/builtins command1.0 command2.0
command3.0 command3.0.stdout
command4.127 command5.0
command5.0.stdout
command6.127
command6.127.stdout
Log:
Add test cases for the command built-in, including its -v and -V options which
I'll commit real soon.
Count the number of found test cases instead of hard-coding them. Allow an
arbitrary exit status.
Revision Changes Path
1.1 +5 -0 src/tools/regression/bin/sh/builtins/command1.0 (new)
1.1 +3 -0 src/tools/regression/bin/sh/builtins/command2.0 (new)
1.1 +13 -0 src/tools/regression/bin/sh/builtins/command3.0 (new)
1.1 +7 -0 src/tools/regression/bin/sh/builtins/command3.0.stdout (new)
1.1 +2 -0 src/tools/regression/bin/sh/builtins/command4.127 (new)
1.1 +14 -0 src/tools/regression/bin/sh/builtins/command5.0 (new)
1.1 +8 -0 src/tools/regression/bin/sh/builtins/command5.0.stdout (new)
1.1 +2 -0 src/tools/regression/bin/sh/builtins/command6.127 (new)
1.1 +1 -0 src/tools/regression/bin/sh/builtins/command6.127.stdout (new)
1.3 +3 -3 src/tools/regression/bin/sh/regress.sh
More information about the cvs-src
mailing list