Date: Sun, 26 Mar 2023 16:57:09 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ae2f0b2611f1 - main - tftp tests: Fix a typo in the makefile Message-ID: <202303261657.32QGv9d1033535@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303261657.32QGv9d1033535>