freebsd-dev/usr.bin/csplit/tests/Makefile
Conrad Meyer 48b644192d csplit(1): Fix extraneous output in edge case
When the input to csplit contains fewer lines than the number of matches
specified, extra output was mistakenly included in some output files.

Fix the bug and add a simple ATF regression test.

PR:		219024
Submitted by:	J.R. Oldroyd <fbsd at opal.com>
2017-05-08 15:51:29 +00:00

8 lines
79 B
Makefile

# $FreeBSD$
PACKAGE= tests
ATF_TESTS_SH= csplit_test
.include <bsd.test.mk>