Test basic PROVIDES/REQUIRE functionality, as well as various keyword
operations. Also document, via a test, the current behavior when a
REQUIRE is missing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 64482 Build 61366: arc lint + arc unit
Event Timeline
Comment Actions
Correct me if I'm wrong, but doesn't this rely on the fts order returned by the filesystem? If so, it seems like it would be better to explicitly list which files should be included by appending the files to a variable, then passing that variable to rcorder.
Comment Actions
The shell glob is expected to reliably sort by the current collation; I went with all lowercase filenames to avoid any surprises for weird locales, but we could probably export LANG=C to remove all doubt