summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/functional_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* sh: Don't hardcode relative paths in the tests stderr files.jilles2014-08-171-7/+1
| | | | | | | | These paths have had to be adjusted to changes in the testsuite runner several times, so modify the tests to remove the need for such adjustment. A cp in functional_test.sh is now unneeded, but this matters little in performance.
* Convert bin/sh/tests to ATFngie2014-08-131-0/+78
The new code uses a "test discovery mechanism" to determine what tests are available for execution The test shell can be specified via: kyua test -v test_suites.FreeBSD.bin.sh.test_shell=/path/to/test/sh Sponsored by: EMC / Isilon Storage Division Approved by: jmmv (mentor) Reviewed by: jilles (maintainer)
OpenPOWER on IntegriCloud