summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/test-tdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/tests/test-tdb.sh')
-rwxr-xr-xsource4/lib/ldb/tests/test-tdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/test-tdb.sh b/source4/lib/ldb/tests/test-tdb.sh
index c0f9d7b2de..e1052d1651 100755
--- a/source4/lib/ldb/tests/test-tdb.sh
+++ b/source4/lib/ldb/tests/test-tdb.sh
@@ -13,7 +13,7 @@ export PATH
rm -f $LDB_URL*
if [ -z "$LDBDIR" ]; then
- LDBDIR="."
+ LDBDIR=`dirname $0`/..
export LDBDIR
fi