Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 63607 Build 60491: arc lint + arc unit
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 | ||
---|---|---|
4 | sorry I missed this |