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 9913806fe7..97b3275e46 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3253,7 +3253,7 @@ selftest:: all torture timelimit
--socket-wrapper $(TESTS) | \
$(PERL) $(selftestdir)/filter-subunit.pl \
--expected-failures=$(srcdir)/selftest/knownfail | \
- $(PERL) $(selftestdir)/format-subunit --immediate
+ $(PYTHON) $(selftestdir)/format-subunit --immediate
selftest-%:
$(MAKE) selftest TESTS=$*