From: Hallvard Furuseth Date: Mon, 22 Nov 2010 12:21:08 +0000 (+0000) Subject: Fix typo $backend -> $BACKEND in message X-Git-Tag: MIGRATION_CVS2GIT~409 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6dff367fce1143cc9e0c5adb1117ef0b01c7db73;p=openldap Fix typo $backend -> $BACKEND in message --- 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