From: Hallvard Furuseth Date: Mon, 26 Sep 2005 14:50:15 +0000 (+0000) Subject: Fix typo "failed $(RC)" -> "failed ($RC)" X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~375 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d10c99909889946c4a180d89baa00b1c38222d42;p=openldap Fix typo "failed $(RC)" -> "failed ($RC)" --- diff --git a/tests/scripts/test022-ppolicy b/tests/scripts/test022-ppolicy index e1aac0c336..04109034e3 100755 --- a/tests/scripts/test022-ppolicy +++ b/tests/scripts/test022-ppolicy @@ -48,7 +48,7 @@ for i in 0 1 2 3 4 5; do sleep 5 done if test $RC != 0 ; then - echo "ldapsearch failed $(RC)!" + echo "ldapsearch failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC fi