diff options
| author | Viacheslav Chimishuk <vchimishuk@yandex.ru> | 2024-10-07 01:18:17 +0300 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-01-09 16:22:48 -0700 |
| commit | 0a5535d1c5209e73c6b2f3fd6118f9ffcb7e296e (patch) | |
| tree | 54947ea874620ab19675fb5ee4a5dfe658fca043 /usr.bin | |
| parent | a3d472219c5aa3c211371aebd2effbfade61cb5c (diff) | |
grep: add testcase to test color when matches is greater than MAX_MATCHES
Reviewed by: imp, kevans
Pull Request: https://github.com/freebsd/freebsd-src/pull/1442
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/grep/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/grep/tests/Makefile b/usr.bin/grep/tests/Makefile index b3c79657e53c..1db5ebea5c62 100644 --- a/usr.bin/grep/tests/Makefile +++ b/usr.bin/grep/tests/Makefile @@ -12,6 +12,7 @@ ${PACKAGE}FILES+= d_color_a.out ${PACKAGE}FILES+= d_color_b.in ${PACKAGE}FILES+= d_color_b.out ${PACKAGE}FILES+= d_color_c.out +${PACKAGE}FILES+= d_color_d.out ${PACKAGE}FILES+= d_context2_a.out ${PACKAGE}FILES+= d_context2_b.out ${PACKAGE}FILES+= d_context2_c.out |
