1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-28 12:23:49 +03:00
Files
samba-mirror/source/lib/ldb/tests/test-tdb.sh
Andrew Tridgell 01e8740676 r490: - expanded the test suite to test modify and delete operations
- made yet another attempt to make ldb const clean.

- "make test" now runs both the tdb and ldap backend tests, and run the ldbtest utility
  with and without indexing

- added prototypes in ldb.h for ldb_msg_*() public functions
2007-10-10 12:51:45 -05:00

10 lines
86 B
Bash
Executable File

#!/bin/sh
export LDB_URL="tdb://test.ldb"
rm -f test.ldb
. tests/test-generic.sh