]> git.sur5r.net Git - openldap/commitdiff
Fix typo $backend -> $BACKEND in message
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 22 Nov 2010 12:21:08 +0000 (12:21 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 22 Nov 2010 12:21:08 +0000 (12:21 +0000)
tests/scripts/test058-syncrepl-asymmetric

index 555a091b235ef027da6640bb3cf08707944d7d2a..4670af6a61e32599e879ca85bf574dfc13a6f546 100755 (executable)
 # 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