summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-28 22:15:44 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-29 10:31:48 +0100
commit67bf7a2396051d10c07aeaa2d8b373a96a44d892 (patch)
treebd7a13dc3ec8b0a3c1d410a83e10a443a4dae313 /source3
parent9f8d80c69921ee5c3941fde08aba3a12d3194415 (diff)
downloadsamba-67bf7a2396051d10c07aeaa2d8b373a96a44d892.tar.gz
samba-67bf7a2396051d10c07aeaa2d8b373a96a44d892.tar.bz2
samba-67bf7a2396051d10c07aeaa2d8b373a96a44d892.zip
selftest: fix Samba3 bugs
metze
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index e786a81efa..b3978eae40 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2954,7 +2954,8 @@ selftestdir = ../selftest
S3_LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)="$(builddir)/bin"
selftest:: all torture timelimit
- @$(S3_LD_LIBPATH_OVERRIDE) $(selftestdir)/selftest.pl \
+ @$(S3_LD_LIBPATH_OVERRIDE) PERL="$(PERL)" \
+ $(PERL) $(selftestdir)/selftest.pl \
--prefix=${selftest_prefix} --target=samba3 \
--testlist="$(srcdir)/selftest/tests.sh|" \
--expected-failures=$(srcdir)/selftest/knownfail \