Closes #909
@@ -239,7 +239,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
- <version>3.5.2</version>
+ <version>3.9.6</version>
</dependency>
<groupId>com.google.protobuf</groupId>
@@ -631,7 +631,8 @@ public class TestOzoneShell {
err.reset();
args = new String[] {"volume", "list", url + "/", "--user",
user2, "--length", "invalid-length"};
- executeWithError(shell, args, "For input string: \"invalid-length\"");
+ executeWithError(shell, args, "Invalid value for option " +
+ "'--length': 'invalid-length' is not an int");
}
@Test