diff options
Diffstat (limited to 'ctdb/tests/takeover/common.sh')
-rw-r--r-- | ctdb/tests/takeover/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/takeover/common.sh b/ctdb/tests/takeover/common.sh index 8f7fee28ee..716e4d5fc7 100644 --- a/ctdb/tests/takeover/common.sh +++ b/ctdb/tests/takeover/common.sh @@ -15,7 +15,7 @@ define_test () case "$_f" in nondet.*) algorithm="nondet" - CTDB_LCP2="no" + export CTDB_LCP2="no" ;; lcp2.*) algorithm="lcp2" |