aboutsummaryrefslogtreecommitdiff
path: root/testsuite/join.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* join: re-add accidentally removed returnmbartlett212026-07-061-0/+6
| | | | It broke single-character splitting
* join: changesmbartlett212026-07-051-0/+6
| | | | | | | | | | | Fix combinatorial field_split() now takes in LINE as a parameter, rather than just the fields parameter. Saves 16 bytes. Signed-off-by: Ron Yorston <rmy@pobox.com>
* join: add some more testsRon Yorston2026-01-231-0/+30
| | | | | One more from the POSIX documentation and some examples from coreutils.
* join: minor adjustmentsRon Yorston2026-01-021-0/+15
- Update the size estimate to follow upstream's methodology - Disable the applet by default until it's accepted upstream - Add a minimal test script, stealing an example from POSIX