mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
10 lines
109 B
Bash
Executable File
10 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
export LDB_URL="sqlite:///var/tmp/test.ldb"
|
|
|
|
rm -f sqltest.ldb
|
|
|
|
. $LDBDIR/tests/test-generic.sh
|
|
|