| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
8adbc737
|
| 11-Apr-2018 |
Eitan Adler <eadler@FreeBSD.org> |
[tests] change tests/sys/acl/run to run on perl 5.26
Previously unescaped regex just resulted in a warning. Now it results in a failed test.
|
| #
b3af24b4
|
| 17-Oct-2015 |
Enji Cooper <ngie@FreeBSD.org> |
Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl
- Make the requirements more complete for the testcases - Detect prerequisites so the tests won't fail (zfs.ko is loa
Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl
- Make the requirements more complete for the testcases - Detect prerequisites so the tests won't fail (zfs.ko is loaded, zpool(1) is available, ACL support is enabled with UFS, etc). - Work with temporary files/directories/mountpoints that work with atf/kyua - Limit the testcases to work on temporary filesystems to reduce tainting the test host
MFC after: 2 weeks Reviewed by: trasz (earlier version) Differential Revision: https://reviews.freebsd.org/D3810
show more ...
|
| #
5b098ddc
|
| 25-Sep-2010 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Don't leave zombies behind.
|
| #
c55f5be9
|
| 25-Nov-2008 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add tools-level test for POSIX.1e functionality.
Approved by: rwatson (mentor)
|