tests/lint: do not modify t_integration on "make add-test"

The test names are no longer listed individually.
This commit is contained in:
rillig 2021-06-29 07:37:34 +00:00
parent aed8aa9f4e
commit bd046308c8
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.74 2021/06/28 09:09:14 mrg Exp $
# $NetBSD: Makefile,v 1.75 2021/06/29 07:37:34 rillig Exp $
.include <bsd.own.mk>
@ -94,8 +94,6 @@ add-test: .PHONY
"FILES+= $$test.exp" \
'.' 'w' 'q' \
| ed Makefile; \
${MAKE} sync-mi; \
printf '%s\n' '/^test_case /i' "test_case $$test" '.' 'w' 'q' \
| ed t_integration.sh
${MAKE} sync-mi
.include <bsd.prog.mk>