Skip to content

Commit b86ccf1

Browse files
authored
ZOOKEEPER-3766: [ADDENDUM] Fix TestSASLAuth failure
Reviewers: ctubbsii Author: kezhuw Closes #2240 from kezhuw/ZOOKEEPER-3766-hotfix-fix-TestSASLAuth-failure
1 parent 327ac03 commit b86ccf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zookeeper-client/zookeeper-client-c/tests/zkServer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export CLASSPATH
109109
read_only=
110110
# shellcheck disable=SC2206
111111
PROPERTIES=($EXTRA_JVM_ARGS "-Dzookeeper.extendedTypesEnabled=true" "-Dznode.container.checkIntervalMs=100")
112-
if [[ $1 == "xstartRequireSASLAuth" ]]; then
112+
if [[ $1 == "startRequireSASLAuth" ]]; then
113113
PROPERTIES=("-Dzookeeper.sessionRequireClientSASLAuth=true" "${PROPERTIES[@]}"
114114
"-Dzookeeper.authProvider.1=org.apache.zookeeper.server.auth.SASLAuthenticationProvider")
115115
if [[ -n $2 ]]; then

0 commit comments

Comments
 (0)