From: Quanah Gibson-Mount Date: Sun, 12 Dec 2010 05:15:27 +0000 (+0000) Subject: Fix typo ($backend -> $BACKEND) X-Git-Tag: OPENLDAP_REL_ENG_2_4_24~236 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bed0ff090c4b274d24067de7774cd0fcfe3d3805;p=openldap Fix typo ($backend -> $BACKEND) --- diff --git a/tests/scripts/test058-syncrepl-asymmetric b/tests/scripts/test058-syncrepl-asymmetric index 555a091b23..4670af6a61 100755 --- a/tests/scripts/test058-syncrepl-asymmetric +++ b/tests/scripts/test058-syncrepl-asymmetric @@ -112,7 +112,7 @@ # iterations the script should perform. if test "$BACKEND" = ldif ; then - echo "$backend backend does not support access controls, test skipped" + echo "$BACKEND backend does not support access controls, test skipped" exit 0 fi