Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
you may notice this commit does not include tests for column -t. this is deliberate as i found a bug in column -t and plan to add a new feature, a bug fix, and a test as a follow-up commit.
Comment Actions
- add test descriptions
- don't remove files in cleanup
- create test data in body, not head
- remove -s exit:0 as it's redundant
- use atf_check -o output:save instead of manual redirection
Comment Actions
NB, i also removed a test line from the colonic_table test (the one with a single : and empty fields) because it currently fails, a fix for this bug will be part of a follow-up commit.
usr.bin/column/Makefile | ||
---|---|---|
6 | sorry I missed this |
etc/mtree/BSD.tests.dist | ||
---|---|---|
1090 | i'm not sure what happened here but this wasn't deliberate. i think it went missing somehow when i split the original change into two diffs, but it should be back now. |