summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/test-tdb-subunit.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-04-10ldb: Detect failures in ldb.base againAndrew Bartlett1-0/+7
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