From: Hallvard Furuseth Date: Tue, 27 Sep 2005 20:10:12 +0000 (+0000) Subject: Fix typos in error messages X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~366 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a88f0c5461452337e6d0e8bb5d791a9a21cab331;p=openldap Fix typos in error messages --- diff --git a/tests/scripts/test035-meta b/tests/scripts/test035-meta index 450e25699a..d9164f1279 100755 --- a/tests/scripts/test035-meta +++ b/tests/scripts/test035-meta @@ -259,7 +259,7 @@ case $RC in exit 0 ;; *) - echo "Compare failed ($RC)!" + echo "Modify failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC ;; @@ -485,7 +485,7 @@ case $RC in echo "### Hit LDAP_BUSY problem; you may want to re-run the test" ;; *) - echo "Compare failed ($RC)!" + echo "WhoAmI failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC ;;