diff options
author | ngie <ngie@FreeBSD.org> | 2015-12-06 07:00:23 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-12-06 07:00:23 +0000 |
commit | e3211045589a875d05c0804d0fe41274c777d4ee (patch) | |
tree | 26ea153bbae52ac384d6a6649b00c78cc2debf85 /share/mk | |
parent | 66a222ea30f76314ec527b5205880fb48f6a4add (diff) | |
download | FreeBSD-src-e3211045589a875d05c0804d0fe41274c777d4ee.zip FreeBSD-src-e3211045589a875d05c0804d0fe41274c777d4ee.tar.gz |
Remove redundant default TESTSDIR that is already defined in bsd.test.mk
after r289158
MFC after: 1 week
X-MFC with: r289158
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/suite.test.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/share/mk/suite.test.mk b/share/mk/suite.test.mk index c447a17..579ef7c 100644 --- a/share/mk/suite.test.mk +++ b/share/mk/suite.test.mk @@ -8,10 +8,6 @@ .error suite.test.mk cannot be included directly. .endif -# Directory in which to install tests defined by the current Makefile. -# Makefiles have to override this to point to a subdirectory of TESTSBASE. -TESTSDIR?= . - # Name of the test suite these tests belong to. Should rarely be changed for # Makefiles built into the FreeBSD src tree. TESTSUITE?= FreeBSD |