summaryrefslogtreecommitdiff
path: root/tests/testcases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rpm2cpio applet by Laurence AndersonGlenn L McGrath2001-06-261-0/+3
|
* - Fixed bug where you couldn't mix line number and regexes in two-address cmdsMark Whitley2001-06-111-1/+9
| | | | | | - Fixed bug where you couldn't use two addresses for a 'c' cmd - Moved the do_sed_cmd function into process_file to simplify some things - Reduced a buncha lines of code in the process
* More shell / quoting testcases from Larry.Mark Whitley2001-05-241-1/+1
|
* 'Nother patch from Larry to fix a buglet in how the line gets sed-ified.Mark Whitley2001-05-241-2/+21
| | | | | Also, more testcases and comments on bugs and formatting differences in some of the testcases.
* Added support for grep -e and grep -f, closes bug #1164. Also added someMark Whitley2001-05-241-1/+2
| | | | testcases for these new features.
* Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoidMark Whitley2001-05-241-33/+57
| | | | a bash2-ism and quote variables that contain strings.
* Patch from larry to fix some grammar errors.Eric Andersen2001-05-231-1/+1
|
* Added some testcases for grep and sed (many more could still be added)Mark Whitley2001-05-141-0/+13
|
* Some more tests for cut. Craig Matsuura said he saw some problems along theseMark Whitley2001-03-271-0/+6
| | | | lines. "Works for me", but we'll keep these tests around for regression.
* Added some tests for some recently found / fixed bugs in the shell.Mark Whitley2001-03-151-1/+6
|
* Some new testcases, some improvements to the tester.sh script.Mark Whitley2001-03-131-44/+70
|
* Created new regression testing framework with a number of testcases (many moreMark Whitley2001-03-101-0/+301
can be added). Also changed 'test' target in makefile to run the new tester.sh. (Hopefully, we should be able to remove all the tests/*.mk files soon.)