svn commit: samba r8043 - in branches/SAMBA_4_0/source/lib/ldb/tests: .

tridge at samba.org tridge at samba.org
Fri Jul 1 08:18:48 GMT 2005


Author: tridge
Date: 2005-07-01 08:18:48 +0000 (Fri, 01 Jul 2005)
New Revision: 8043

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8043

Log:
increase shell compatibility of ldb tests

Modified:
   branches/SAMBA_4_0/source/lib/ldb/tests/test-generic.sh


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tests/test-generic.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/test-generic.sh	2005-07-01 08:14:21 UTC (rev 8042)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/test-generic.sh	2005-07-01 08:18:48 UTC (rev 8043)
@@ -50,7 +50,7 @@
 
 echo "Testing one level search"
 count=`$VALGRIND ldbsearch -b 'ou=Groups,o=University of Michigan,c=TEST' -s one 'objectclass=*' none |grep ^dn | wc -l`
-if [ "$count" != 3 ]; then
+if [ $count != 3 ]; then
     echo returned $count records - expected 3
     exit 1
 fi



More information about the samba-cvs mailing list