History log of /freebsd-current/bin/sh/tests/functional_test.sh
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 40276ff3 28-Jun-2020 Jilles Tjoelker <jilles@FreeBSD.org>

sh/tests: Re-enable bin.sh.execution.functional_test.bg12.0

This reverts r362646.

PR: 247559
MFC after: 1 week


# c707e36e 26-Jun-2020 Li-Wen Hsu <lwhsu@FreeBSD.org>

Temporarily skip flakey bin.sh.execution.functional_test.bg12 in CI

PR: 238870
Sponsored by: The FreeBSD Foundation


# 1c9c6ea4 17-Aug-2014 Jilles Tjoelker <jilles@FreeBSD.org>

sh: Don't hardcode relative paths in the tests stderr files.

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.


# 12e2df3c 12-Aug-2014 Enji Cooper <ngie@FreeBSD.org>

Convert bin/sh/tests to ATF

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)