mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
c484f259c6
We need to wrap the ldb tests in the subunit blackbox helpers. We also needed to change to the right directory, or else the :< file:// syntax check does not work, as samba4.png is not found. Andrew Bartlett
8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BINDIR=$1
|
|
|
|
. `dirname $0`/../../../testprogs/blackbox/subunit.sh
|
|
|
|
testit "ldb" `dirname $0`/test-tdb.sh $BINDIR
|