diff options
-rwxr-xr-x | source4/script/tests/test_ldap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_ldap.sh b/source4/script/tests/test_ldap.sh index 57f1160136..cc293244fb 100755 --- a/source4/script/tests/test_ldap.sh +++ b/source4/script/tests/test_ldap.sh @@ -25,7 +25,7 @@ done test "$TORTURE_QUICK" = "yes" || { LDBDIR=lib/ldb export LDBDIR - plantest "ldb" dc $LDBDIR/tests/test-tdb.sh + plantest "ldb" none $LDBDIR/tests/test-tdb.sh } SCRIPTDIR=../testprogs/ejs |