repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
replace: Only link against librt if really needed
[Samba.git]
/
lib
/
ldb
/
tests
/
test-sqlite3.sh
blob
0cef318d98a5748817343fac2c7adc20e6b633fb
1
#!/bin/sh
2
3
4
LDB_URL
=
"sqlite3://sqltest.ldb"
5
export
LDB_URL
6
7
rm
-f
sqltest.ldb
8
9
if
[
-z
"
$LDBDIR
"
];
then
10
LDBDIR
=
`dirname
$0
`
/
..
11
export
LDBDIR
12
fi
13
14
PATH
=
bin
:
$PATH
15
export
PATH
16
17
LDB_SPECIALS
=
0
18
export
LDB_SPECIALS
19
20
$LDBDIR
/
test
s
/
test-generic.sh
21
22
#. $LDBDIR/tests/test-extended.sh
23
24
#. $LDBDIR/tests/test-tdb-features.sh
25