From 9bd63b97c9c3132a0b3c8c6bd1c67f8c31a54c3c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 25 Sep 2008 02:28:56 -0400 Subject: Sync ldb with upstream (includes uncommitted ldb async patches) --- ldb/tests/test-generic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldb/tests/test-generic.sh') diff --git a/ldb/tests/test-generic.sh b/ldb/tests/test-generic.sh index 14337cc13..50b5ff99a 100755 --- a/ldb/tests/test-generic.sh +++ b/ldb/tests/test-generic.sh @@ -103,7 +103,7 @@ fi count=`$VALGRIND ldbsearch '(cn<=t)' cn | grep '^dn' | wc -l` if [ $count != 13 ]; then echo returned $count records - expected 13 - echo "this fails on opsnLdap ..." + echo "this fails on openLdap ..." fi checkcount() { -- cgit