mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
8 lines
123 B
Bash
8 lines
123 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
BINDIR=$1
|
||
|
|
||
|
. `dirname $0`/../../../testprogs/blackbox/subunit.sh
|
||
|
|
||
|
testit "ldb" `dirname $0`/test-tdb.sh $BINDIR
|