summaryrefslogtreecommitdiffstats
path: root/lib/ldb/tests/test-tdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldb/tests/test-tdb.sh')
-rwxr-xr-xlib/ldb/tests/test-tdb.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/ldb/tests/test-tdb.sh b/lib/ldb/tests/test-tdb.sh
index 82eef69df8..70c0e0d355 100755
--- a/lib/ldb/tests/test-tdb.sh
+++ b/lib/ldb/tests/test-tdb.sh
@@ -38,8 +38,3 @@ $VALGRIND ldbadd $LDBDIR/tests/init.ldif || exit 1
. $LDBDIR/tests/test-tdb-features.sh
. $LDBDIR/tests/test-controls.sh
-
-which python >/dev/null 2>&1
-if [ $? -eq 0 ]; then
- SELFTEST_PREFIX=$PYDESTDIR PYTHONPATH=$BINDIR/python python $LDBDIR/tests/python/api.py
-fi