cvs commit: src/tools/regression/usr.bin/env Makefile
regress-env.rgdata regress-sb.rb
Garance A Drosehn
gad at FreeBSD.org
Mon Jun 20 04:17:13 GMT 2005
gad 2005-06-20 04:17:13 UTC
FreeBSD src repository
Added files:
tools/regression/usr.bin/env Makefile regress-env.rgdata
regress-sb.rb
Log:
Add a suite of regression tests for all the recent changes to `env',
using my own script to handle it. I wrote my own partially because
of all the quoting-issues involved with testing what I wanted to test,
and partially because this lets me commit one script and one data file,
instead of one-file-per-regression-test.
This suite was good enough for my initial testing (and it did help me
find a few bugs that would have otherwise been missed). I'm not sure
how well it will work in general use, but I figured I might as well
commit it. It won't *hurt* to have it available. At the worst, people
can just ignore it.
Approved by: re (blanket `env')
Revision Changes Path
1.1 +17 -0 src/tools/regression/usr.bin/env/Makefile (new)
1.1 +244 -0 src/tools/regression/usr.bin/env/regress-env.rgdata (new)
1.1 +540 -0 src/tools/regression/usr.bin/env/regress-sb.rb (new)
More information about the cvs-src
mailing list