From 15f2b36e508018b8650745adcb94468ddcf6ca56 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 20 Dec 2015 04:12:12 +0000 Subject: [PATCH] MFC r291892: Remove redundant default TESTSDIR that is already defined in bsd.test.mk after r289158 Sponsored by: EMC / Isilon Storage Division --- share/mk/suite.test.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/share/mk/suite.test.mk b/share/mk/suite.test.mk index fd421fca69d1..0ec905d236b9 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