From 09a9e752285b3949f9fd0cbbfd458d480ab259b9 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 29 Apr 2005 16:01:59 +0000 Subject: [PATCH] fix previous commit --- tests/scripts/test035-meta | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/scripts/test035-meta b/tests/scripts/test035-meta index e3df6710ec..450e25699a 100755 --- a/tests/scripts/test035-meta +++ b/tests/scripts/test035-meta @@ -149,7 +149,7 @@ case $RC in exit 0 ;; *) - echo "Compare failed ($RC)!" + echo "Search failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC ;; @@ -283,7 +283,7 @@ case $RC in exit 0 ;; *) - echo "Compare failed ($RC)!" + echo "Search failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC ;; @@ -309,7 +309,7 @@ case $RC in exit 0 ;; *) - echo "Compare failed ($RC)!" + echo "Search failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC ;; @@ -340,7 +340,7 @@ case $RC in exit 0 ;; *) - echo "Compare failed ($RC)!" + echo "Search failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC ;; @@ -370,7 +370,7 @@ case $RC in exit 0 ;; *) - echo "Compare failed ($RC)!" + echo "Search failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC ;; @@ -400,7 +400,7 @@ case $RC in exit 0 ;; *) - echo "Compare failed ($RC)!" + echo "Search failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC ;; @@ -439,7 +439,7 @@ case $RC in exit 0 ;; *) - echo "Compare failed ($RC)!" + echo "Passwd ExOp failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC ;; @@ -462,7 +462,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 ;; @@ -510,7 +510,7 @@ case $RC in exit 0 ;; *) - echo "Compare failed ($RC)!" + echo "Passwd ExOp failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC ;; @@ -533,7 +533,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 ;; -- 2.39.5