aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 5aa74d376b..7e3d1290f5 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -23,7 +23,8 @@ include Makefile.tests
#===------------------------------------------------------------------------===#
ifdef TESTSUITE
-RUNTESTFLAGS := --tool $(TESTSUITE)
+CLEANED_TESTSUITE := $(patsubst %/,%,$(TESTSUITE))
+RUNTESTFLAGS := --tool $(CLEANED_TESTSUITE)
endif
check-local:: site.exp