Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
style fixes in bin/echo/testsSubmitted by: shivanshReviewed by: asomersMFC after: 2 weeksX-MFC-With: 319626Sponsored by: Google, Inc (GSoC 2017)Differential Revision: https://reviews.freebsd.o
style fixes in bin/echo/testsSubmitted by: shivanshReviewed by: asomersMFC after: 2 weeksX-MFC-With: 319626Sponsored by: Google, Inc (GSoC 2017)Differential Revision: https://reviews.freebsd.org/D11318
show more ...
Add basic tests for echo(1)Verify that echo(1) does not...- ... print the trailing newline character with option '-n'.- ... print the trailing newline character when '\c' is appended to the
Add basic tests for echo(1)Verify that echo(1) does not...- ... print the trailing newline character with option '-n'.- ... print the trailing newline character when '\c' is appended to the end of the string.Submitted by: shivanshReviewed by: asomers, ngieMFC after: 1 monthSponsored by: Google, Inc (GSoC 2017)Differential Revision: D11036