tftp tests: Fix a typo in the makefile

Fixes:	64c2a712d6 ("tftp: Add tests.")
This commit is contained in:
Mark Johnston 2023-03-26 12:54:59 -04:00 committed by Oscar Zhao
parent efe142b6f8
commit a0a56901a7

View File

@ -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>