summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/test-generic.sh
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-09-12 13:26:45 -0400
committerSimo Sorce <idra@samba.org>2008-09-12 13:29:51 -0400
commite06030367040d4a875e56ba6ef709f8daadd6992 (patch)
treeb0d6cd5169d914337c1e37ad97252fd816f30fe0 /source4/lib/ldb/tests/test-generic.sh
parent1849b816eee557d0536fe047b40f741c718440a1 (diff)
downloadsamba-e06030367040d4a875e56ba6ef709f8daadd6992.tar.gz
samba-e06030367040d4a875e56ba6ef709f8daadd6992.tar.bz2
samba-e06030367040d4a875e56ba6ef709f8daadd6992.zip
Fix spellings and file names
(This used to be commit baddefd0a6fa430af1a3001064149127e0d29361)
Diffstat (limited to 'source4/lib/ldb/tests/test-generic.sh')
-rwxr-xr-xsource4/lib/ldb/tests/test-generic.sh2
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 14337cc135..50b5ff99a0 100755
--- a/source4/lib/ldb/tests/test-generic.sh
+++ b/source4/lib/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() {