Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-backports-src > by-pkgid > 33d0881b7912d809109c62956da3ce1e > files > 30

openldap-2.4.25-4mdv2010.2.src.rpm

--- openldap-2.4.12/tests/scripts/orig.test001-slapadd	2008-02-12 01:26:50.000000000 +0200
+++ openldap-2.4.12/tests/scripts/test001-slapadd	2008-11-04 10:13:54.000000000 +0200
@@ -71,6 +71,15 @@
 	exit 1
 fi
 
+echo "Testing database export with slapcat..."
+$SLAPCAT -f $CONF1 > $SEARCHOUT
+$SLAPCAT -f $CONF1 > $SEARCHOUT
+if [ "`wc -l < $SEARCHOUT`" == 0 ]
+then
+	echo "slapcat failed"
+	exit 1
+fi
+
 echo ">>>>> Test succeeded"
 
 test $KILLSERVERS != no && wait