5 Usage: test_ldb_simple.sh PROTOCOL SERVER [OPTIONS]
17 .
`dirname $0`/subunit.sh
26 if [ x
$status = x0
]; then
30 failed
=`expr $failed + 1`
35 export PATH
="$BINDIR:$PATH"
37 ldbsearch
="$VALGRIND ldbsearch"
39 check
"currentTime" $ldbsearch $CONFIGURATION $options --basedn='' -H $p://$SERVER -s base currentTime || failed
=`expr $failed + 1`