1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-30 20:23:49 +03:00
Files
samba-mirror/source/lib/ldb/tests/test-sqlite3.sh
Andrew Tridgell 9f29cccbc1 r8485: - be friendly to shells other than bash
- don't use /tmp in test paths, as that opens us to symlink attacks
2007-10-10 13:23:08 -05:00

11 lines
108 B
Bash
Executable File

#!/bin/sh
LDB_URL="sqlite://test.ldb"
export LDB_URL
rm -f sqltest.ldb
. $LDBDIR/tests/test-generic.sh