opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/TestUtilities.java
@@ -44,7 +44,7 @@ * */ public class TestUtilities { /** * The name of the system property that specifies the server build root. */ @@ -95,6 +95,7 @@ } else { args.add(new File(root, "setup.bat").getPath()); } args.add("--cli"); args.add("-n"); args.add("-p"); args.add(Integer.toString(ldapPort));