5 Usage: test_ldb_simple.sh PROTOCOL SERVER [OPTIONS]
16 . $
(dirname $0)/subunit.sh
17 .
"$(dirname "${0}")/common_test_fns.inc"
27 if [ x
$status = x0
]; then
31 failed
=$
(expr $failed + 1)
36 ldbsearch
="${VALGRIND} $(system_or_builddir_binary ldbsearch "${BINDIR}")"
38 check
"currentTime" $ldbsearch $CONFIGURATION $options --basedn='' -H $p://$SERVER --scope=base currentTime || failed
=$
(expr $failed + 1)