summaryrefslogtreecommitdiff
path: root/cpp/src/tests/test_env.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/test_env.sh.in')
-rw-r--r--cpp/src/tests/test_env.sh.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/tests/test_env.sh.in b/cpp/src/tests/test_env.sh.in
index 96fe6b64f4..b5c3b0fa3d 100644
--- a/cpp/src/tests/test_env.sh.in
+++ b/cpp/src/tests/test_env.sh.in
@@ -63,7 +63,6 @@ export TEST_STORE_LIB=$testmoduledir/test_store.so
exportmodule() { test -f $moduledir/$2 && eval "export $1=$moduledir/$2"; }
exportmodule ACL_LIB acl.so
exportmodule CLUSTER_LIB cluster.so
-exportmodule CLUSTER2_LIB cluster2.so
exportmodule REPLICATING_LISTENER_LIB replicating_listener.so
exportmodule REPLICATION_EXCHANGE_LIB replication_exchange.so
exportmodule SSLCONNECTOR_LIB sslconnector.so