summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/test-tdb.sh
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-06-06 14:23:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:44 -0500
commit198241adc21657f59e58de4a053a1e2218f05234 (patch)
treeedae9b01d7876f2b39118ffa823fd35f65e35db7 /source4/lib/ldb/tests/test-tdb.sh
parentbd1dc11f04f1873093712be27b84ebe319f3b267 (diff)
downloadsamba-198241adc21657f59e58de4a053a1e2218f05234.tar.gz
samba-198241adc21657f59e58de4a053a1e2218f05234.tar.bz2
samba-198241adc21657f59e58de4a053a1e2218f05234.zip
r7338: let it be possible to run sqlite3 tests when it is compiled in
make it also so that we do not run test for modules we do not compile in (This used to be commit c226c1c7a393b398510dec0931aba2ddd09af4c3)
Diffstat (limited to 'source4/lib/ldb/tests/test-tdb.sh')
-rwxr-xr-xsource4/lib/ldb/tests/test-tdb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/tests/test-tdb.sh b/source4/lib/ldb/tests/test-tdb.sh
index 316828c31c..69b30a50b4 100755
--- a/source4/lib/ldb/tests/test-tdb.sh
+++ b/source4/lib/ldb/tests/test-tdb.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-export LDB_URL="tdb://test.ldb"
+export LDB_URL="tdb://tdbtest.ldb"
-rm -f test.ldb
+rm -f tdbtest.ldb
. tests/test-generic.sh