summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 863274575a..0046a1805f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3377,7 +3377,7 @@ test:: all torture timelimit
SOURCEDIR="$(srcdir)" \
RUN_FROM_BUILD_FARM="$(RUN_FROM_BUILD_FARM)" \
PERL="$(PERL)" PYTHON="$(PYTHON)" \
- $(selftestdir)/s3-selftest.sh
+ $(srcdir)/selftest/s3-selftest.sh
test-%:
$(MAKE) test TESTS=$*