Skip to content

Commit 5a96d52

Browse files
authored
tests: remove deprecated --config-dir MinIO server argument (minio#1524)
1 parent 5c2854f commit 5a96d52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functional/FunctionalTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -3839,8 +3839,8 @@ public static Process runMinio(boolean tls) throws Exception {
38393839
"server",
38403840
"--address",
38413841
":9001",
3842-
"--config-dir",
3843-
".cfg",
3842+
"--certs-dir",
3843+
".cfg/certs",
38443844
".d{1...4}");
38453845
} else {
38463846
pb = new ProcessBuilder(binaryPath.getPath(), "server", ".d{1...4}");

0 commit comments

Comments
 (0)