aboutsummaryrefslogtreecommitdiff
path: root/tests/testcases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill off the old 'tests' stuff. Write a ton of new tests for theEric Andersen2004-04-061-404/+0
| | | | | | | 'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
* |2001-10-08 Rodney Brown <rbrown64@csc.com.au>Eric Andersen2001-11-101-8/+8
| | | | | | | | | | | | | | * editors/sed.c: Fix multiline [aic] commands. Make # an endline | comment for compatibility. Codespace reduction. | * tests/testcases: Cope with move to subdirectories. | * testsuite/sed/sed-aic-commands: Add. | | text data bss dec hex filename | 3772 16 0 3788 ecc editors/sed.o | 4516 16 0 4532 11b4 editors/sed.o.bu
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-1/+1
| | | | -Erik
* Remove traces of rpmunpack (patch by Laurence Anderson).Matt Kraai2001-08-271-2/+0
|
* 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.)