From d10c99909889946c4a180d89baa00b1c38222d42 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Mon, 26 Sep 2005 14:50:15 +0000 Subject: [PATCH] Fix typo "failed $(RC)" -> "failed ($RC)" --- tests/scripts/test022-ppolicy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5