From bed0ff090c4b274d24067de7774cd0fcfe3d3805 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Sun, 12 Dec 2010 05:15:27 +0000 Subject: [PATCH] Fix typo ($backend -> $BACKEND) --- 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