summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ipv6_test
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/tests/ipv6_test')
-rwxr-xr-xqpid/cpp/src/tests/ipv6_test3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ipv6_test b/qpid/cpp/src/tests/ipv6_test
index 8fa272d514..6becfd8c96 100755
--- a/qpid/cpp/src/tests/ipv6_test
+++ b/qpid/cpp/src/tests/ipv6_test
@@ -113,7 +113,8 @@ fi
test -z $CLUSTER_LIB && exit 0 # Exit if cluster not supported.
## Test failover in a cluster using IPv6 only
-. $srcdir/ais_check # Will exit if clustering not enabled.
+. cpg_check.sh
+cpg_enabled || exit 0
pick_port() {
# We need a fixed port to set --cluster-url. Use qpidd to pick a free port.