diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-04-11 16:55:48 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-04-11 20:57:33 +0200 |
commit | 3a34b5f35ec0a666ff8f731577bd2fdfa67e9dcb (patch) | |
tree | 0656a071095081ef06222d1a5b92d164abce9275 /source4/lib/ldb/tests | |
parent | 7da94cc4a664521be279b019e9f32121cd410193 (diff) | |
download | samba-3a34b5f35ec0a666ff8f731577bd2fdfa67e9dcb.tar.gz samba-3a34b5f35ec0a666ff8f731577bd2fdfa67e9dcb.tar.bz2 samba-3a34b5f35ec0a666ff8f731577bd2fdfa67e9dcb.zip |
subunit: Remove more test output that could be interpreted by subunit.
Diffstat (limited to 'source4/lib/ldb/tests')
-rwxr-xr-x | source4/lib/ldb/tests/test-generic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/test-generic.sh b/source4/lib/ldb/tests/test-generic.sh index fec4b5b078..c8645a57aa 100755 --- a/source4/lib/ldb/tests/test-generic.sh +++ b/source4/lib/ldb/tests/test-generic.sh @@ -44,7 +44,7 @@ $VALGRIND ldbadd$EXEEXT $LDBDIR/tests/test-wrong_attributes.ldif && { exit 1 } -echo "testing indexed search" +echo "Testing indexed search" $VALGRIND ldbsearch$EXEEXT '(uid=uham)' || exit 1 $VALGRIND ldbsearch$EXEEXT '(&(objectclass=person)(objectclass=person)(objectclass=top))' || exit 1 $VALGRIND ldbsearch$EXEEXT '(&(uid=uham)(uid=uham))' || exit 1 |