mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
10 lines
95 B
Bash
Executable File
10 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
export LDB_URL="sqlite://sqltest.ldb"
|
|
|
|
rm -f sqltest.ldb
|
|
|
|
. tests/test-generic.sh
|
|
|