freebsd-dev/tools/regression/usr.bin/Makefile
Juli Mallett dd281fa589 Add sed(1) tests for proper behaviour of the G option as fixed in PR 26152,
and for proper behaviour of some sed functions given a nil pattern space,
as fixed in PR 34813.

The test for G was based on the test in the PR.  The nil pattern space test
is slightly different as we need to get *some* output, as the core dump will
also produce no output (old behaviour) and turn up falsely that the utility
is working fine.
2002-04-21 01:04:03 +00:00

6 lines
96 B
Makefile

# $FreeBSD$
SUBDIR= file2c join jot make sed uudecode uuencode xargs
.include <bsd.subdir.mk>