From 6dff367fce1143cc9e0c5adb1117ef0b01c7db73 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Mon, 22 Nov 2010 12:21:08 +0000 Subject: [PATCH] Fix typo $backend -> $BACKEND in message --- tests/scripts/test058-syncrepl-asymmetric | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5