Github user lvfangmin commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/579#discussion_r205924496
--- Diff: src/c/tests/zkServer.sh ---
@@ -77,7 +77,7 @@ fi
if [ "x${base_dir}" == "x" ]
then
-zk_base="../../"
+zk_base="../../../"
--- End diff --
Yes, seems the old code is not working if the base_dir is not specified.
We were using this to test the change manually, so it's related from
testing purpose. ---
