summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/xargs
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to a different, more flexible test output protocol that'snik2004-11-112-0/+8
| | | | | | | | | | | | | | | | | | | | understood by Perl's Test::Harness module and prove(1) commands. Update README to describe the new protocol. The work's broken down into two main sets of changes. First, update the existing test programs (shell scripts and C programs) to produce output in the ok/not ok format, and to, where possible, also produce a header describing the number of tests that are expected to be run. Second, provide the .t files that actually run the tests. In some cases these are copies of, or very similar too, scripts that already existed. I've kept the old scripts around so that it's possible to verify that behaviour under this new system (in terms of whether or not a test fails) is identical to the behaviour under the old system. Add a TODO file.
* Convert straightforward regression tests to use regress.m4.jmallett2002-06-242-36/+8
| | | | Goodbye, duplicated code, you will certainly not be missed.
* Add a test for the -R option.jmallett2002-05-032-1/+8
|
* Regenerate -I output since an argument bogon in the -I code was fixed, amongjmallett2002-05-031-1/+1
| | | | other things.
* Prefix tests with PASS and FAIL, to make grepping easier, and note this injmallett2002-04-271-2/+2
| | | | | | the README. This affects only the base-system regression tests, of course.
* Only exit at the end of a test, exit with the last value of $? that was not 0.jmallett2002-04-211-1/+5
| | | | | This way the entire regression test is looked at as a pass/fail, not just one sub-test.
* Add regression tests for parts of xargs(1).jmallett2002-04-207-0/+48
OpenPOWER on IntegriCloud