Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Add basic tests for ctfconvert(1), fold(1) and rs(1)Add basic command line parsing test coverage for these utilities. The testswere automatically generated based on their man pages. These tests
Add basic tests for ctfconvert(1), fold(1) and rs(1)Add basic command line parsing test coverage for these utilities. The testswere automatically generated based on their man pages. These tests can beexpanded by hand for more thorough coverage. The aim is to generate verybasic amount of test coverage for all the utilities in the base system.Tests generated via: https://github.com/shivansh/smoketestsuite/Submitted by: shivanshReviewed by: asomersMFC after: 3 weeksDifferential Revision: https://reviews.freebsd.org/D12424
show more ...