]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test002-populate
Extend TLS/SSL detection for use RSAref if necessary.
[openldap] / tests / scripts / test002-populate
index afc71f45ad877b18dadcaea54bc1b6c50fa35c12..7852062ba11310a472d26064dc2977f0d8224822 100755 (executable)
@@ -16,7 +16,7 @@ echo "Cleaning up in $DBDIR..."
 rm -f $DBDIR/[!C]*
 
 echo "Starting slapd on TCP/IP port $PORT..."
-$SLAPD -f $CONF -p $PORT -d $LVL > $MASTERLOG 2>&1 &
+$SLAPD -f $CONF -p $PORT -d $LVL $TIMING > $MASTERLOG 2>&1 &
 PID=$!
 
 echo "Using ldapsearch to check that slapd is running..."