diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2023-03-26 16:54:59 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2023-03-26 16:54:59 +0000 |
| commit | ae2f0b2611f112b400177db951f9bd992de72b4d (patch) | |
| tree | 7566aff7609924489705e50789df7736710d1ead | |
| parent | c597432e22975f4d409b8453779967129c6b57e9 (diff) | |
tftp tests: Fix a typo in the makefile
Fixes: 64c2a712d661 ("tftp: Add tests.")
| -rw-r--r-- | usr.bin/tftp/tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
