]> git.sur5r.net Git - openldap/commitdiff
Fix typo "failed $(RC)" -> "failed ($RC)"
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 26 Sep 2005 14:50:15 +0000 (14:50 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 26 Sep 2005 14:50:15 +0000 (14:50 +0000)
tests/scripts/test022-ppolicy

index e1aac0c336ca17da07ece1ce89296a63cae93419..04109034e369287886c7f6297922d0d731bb3d94 100755 (executable)
@@ -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