]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test036-meta-concurrency
ignore invalidCredentials (related to ITS#5893)
[openldap] / tests / scripts / test036-meta-concurrency
index 7fb3ccacb3af77529cdf299093bb35ea6a4d4e7f..4e83b83a8f13e64b33ca063a81dfb8d0f6fdb763 100755 (executable)
@@ -195,8 +195,8 @@ $MONITORDATA "$MONITORDB" "$TESTDIR/$DATADIR" "$TESTDIR"
 
 echo "Using tester for concurrent server access..."
 $SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT3 \
-       -D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 -FF \
-       -i '!REFERRAL'
+       -D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 \
+       -i '!REFERRAL' -i '*INVALID_CREDENTIALS'
 RC=$?
 
 if test $RC != 0 ; then