]> git.sur5r.net Git - openldap/commitdiff
Fix typo ($backend -> $BACKEND)
authorQuanah Gibson-Mount <quanah@openldap.org>
Sun, 12 Dec 2010 05:15:27 +0000 (05:15 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sun, 12 Dec 2010 05:15:27 +0000 (05:15 +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