aboutsummaryrefslogtreecommitdiff
path: root/tests/testcases
AgeCommit message (Collapse)Author
2001-06-26rpm2cpio applet by Laurence AndersonGlenn L McGrath
2001-06-11 - Fixed bug where you couldn't mix line number and regexes in two-address cmdsMark Whitley
- 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
2001-05-24More shell / quoting testcases from Larry.Mark Whitley
2001-05-24'Nother patch from Larry to fix a buglet in how the line gets sed-ified.Mark Whitley
Also, more testcases and comments on bugs and formatting differences in some of the testcases.
2001-05-24Added support for grep -e and grep -f, closes bug #1164. Also added someMark Whitley
testcases for these new features.
2001-05-24Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoidMark Whitley
a bash2-ism and quote variables that contain strings.
2001-05-23Patch from larry to fix some grammar errors.Eric Andersen
2001-05-14Added some testcases for grep and sed (many more could still be added)Mark Whitley
2001-03-27Some more tests for cut. Craig Matsuura said he saw some problems along theseMark Whitley
lines. "Works for me", but we'll keep these tests around for regression.
2001-03-15Added some tests for some recently found / fixed bugs in the shell.Mark Whitley
2001-03-13Some new testcases, some improvements to the tester.sh script.Mark Whitley
2001-03-10Created new regression testing framework with a number of testcases (many moreMark Whitley
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.)