summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/test-tdb.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-30 03:32:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:58 -0500
commitbed487f6a3ad93f27d8dcb31cbad6b57f5032034 (patch)
treee4bc8f0b892047fd95ae381eeea3a8fbdb4e0f67 /source4/lib/ldb/tests/test-tdb.sh
parent939cb07232fc522ff53b32a6f201a8ff951aa4ae (diff)
downloadsamba-bed487f6a3ad93f27d8dcb31cbad6b57f5032034.tar.gz
samba-bed487f6a3ad93f27d8dcb31cbad6b57f5032034.tar.bz2
samba-bed487f6a3ad93f27d8dcb31cbad6b57f5032034.zip
r8009: expanded the ldb test suite. It worried me that some changes I have
pending, which I know break lots of features, still passed our test suite! Now they don't. (This used to be commit 5801167c8dfc8a61bfeac396bca8ffd3d5270296)
Diffstat (limited to 'source4/lib/ldb/tests/test-tdb.sh')
-rwxr-xr-xsource4/lib/ldb/tests/test-tdb.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/test-tdb.sh b/source4/lib/ldb/tests/test-tdb.sh
index 9c2f9cd7ba..470975e8b8 100755
--- a/source4/lib/ldb/tests/test-tdb.sh
+++ b/source4/lib/ldb/tests/test-tdb.sh
@@ -1,10 +1,12 @@
#!/bin/sh
-export LDB_URL="tdb://tdbtest.ldb"
+export LDB_URL="tdbtest.ldb"
rm -f tdbtest.ldb
. tests/test-generic.sh
. tests/test-extended.sh
+
+. tests/test-tdb-features.sh