diff options
Diffstat (limited to 'cpp/src/tests/run_cluster_authentication_test')
| -rwxr-xr-x | cpp/src/tests/run_cluster_authentication_test | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/cpp/src/tests/run_cluster_authentication_test b/cpp/src/tests/run_cluster_authentication_test index 15597e7073..0e102490b1 100755 --- a/cpp/src/tests/run_cluster_authentication_test +++ b/cpp/src/tests/run_cluster_authentication_test @@ -1,16 +1,5 @@ #! /bin/bash -SASL_PW=/usr/sbin/saslpasswd2 -SASLTEST_DB=./sasl_config/qpidd.sasldb - -if [ -e $SASL_PW ] -then - echo "Building temporary sasl db." - rm -f $SASLTEST_DB - echo zig | $SASL_PW -c -p -f $SASLTEST_DB -u QPID zig - echo zag | $SASL_PW -c -p -f $SASLTEST_DB -u QPID zag -fi - -# This test will return something reasonable whether or not sasl exists. +source sasl_test_setup.sh ./cluster_authentication_soak |
