Skip to content

Commit

Permalink
tests: remove deprecated --config-dir MinIO server argument (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgolda committed Jan 17, 2024
1 parent 5c2854f commit 5a96d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functional/FunctionalTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3839,8 +3839,8 @@ public static Process runMinio(boolean tls) throws Exception {
"server",
"--address",
":9001",
"--config-dir",
".cfg",
"--certs-dir",
".cfg/certs",
".d{1...4}");
} else {
pb = new ProcessBuilder(binaryPath.getPath(), "server", ".d{1...4}");
Expand Down

0 comments on commit 5a96d52

Please sign in to comment.