summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-10-04 22:54:46 +0400
committerMatthieu Patou <mat@sn-devel-104.sn.samba.org>2010-10-04 19:42:19 +0000
commit19f835dd69e7ea3ecc10732ebb031f78f79ec9f5 (patch)
treefcc343c7742c594e3f63e38d3ce4c29bbe2d9958 /source4
parent9dcad792b6d5ff0481da467b1c6b4524cf462ba8 (diff)
downloadsamba-19f835dd69e7ea3ecc10732ebb031f78f79ec9f5.tar.gz
samba-19f835dd69e7ea3ecc10732ebb031f78f79ec9f5.tar.bz2
samba-19f835dd69e7ea3ecc10732ebb031f78f79ec9f5.zip
unittests: makes the unit tests for ldb.python back in order
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index b6402e8a46..5a2880aea0 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -443,7 +443,7 @@ else:
skiptestsuite("samba4.nss.test using winbind(member)", "nsstest not available")
subunitrun = valgrindify(python) + " " + os.path.join(samba4srcdir, "scripting/bin/subunitrun")
-plantestsuite("ldb.python", "none", ['PYTHONPATH="$PYTHONPATH:$samba4srcdir/lib/ldb/tests/python/"', python, '$samba4srcdir/lib/ldb/tests/python/api.py'])
+plantestsuite("ldb.python", "none", ['PYTHONPATH="$PYTHONPATH:./lib/ldb/tests/python/"', subunitrun, 'api'])
planpythontestsuite("none", "samba.tests.credentials")
planpythontestsuite("none", "samba.tests.gensec")
planpythontestsuite("none", "samba.tests.registry")