git: ae2f0b2611f1 - main - tftp tests: Fix a typo in the makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Mar 2023 16:57:09 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=ae2f0b2611f112b400177db951f9bd992de72b4d commit ae2f0b2611f112b400177db951f9bd992de72b4d Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-03-26 16:54:59 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-03-26 16:54:59 +0000 tftp tests: Fix a typo in the makefile Fixes: 64c2a712d661 ("tftp: Add tests.") --- usr.bin/tftp/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/tftp/tests/Makefile b/usr.bin/tftp/tests/Makefile index ca5d89f92af3..36b95628ad87 100644 --- a/usr.bin/tftp/tests/Makefile +++ b/usr.bin/tftp/tests/Makefile @@ -5,6 +5,6 @@ PACKAGE= tests ATF_TESTS_SH= tftp_test BINDIR= ${TESTSDIR} -TESTS_METADATA.tftp_test+= is_exclusive="true" +TEST_METADATA.tftp_test+= is_exclusive="true" .include <bsd.test.mk>