From 720ecb1e441e8dd9985adc36f0273d25dc34d9c1 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 22 Aug 2011 08:43:21 -0600 Subject: [PATCH] error messages from ldapsearch changed --- tests/scripts/test006-acls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test006-acls b/tests/scripts/test006-acls index 4a72ed5355..2db92d5381 100755 --- a/tests/scripts/test006-acls +++ b/tests/scripts/test006-acls @@ -69,7 +69,7 @@ echo "# Try to read an entry inside the Alumni Association container. # FIXME: temporarily remove the "No such object" message to make # the test succeed even if SLAP_ACL_HONOR_DISCLOSE is not #define'd $LDAPSEARCH -b "$JAJDN" -h $LOCALHOST -p $PORT1 "(objectclass=*)" \ - 2>&1 | grep -v "^No such object" >> $SEARCHOUT + 2>&1 | grep -v "No such object" >> $SEARCHOUT echo "# ... and should return all attributes if we're bound as anyone # under Example." \ -- 2.39.2