This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-exec.git
commit 62f97afdcc8cc32c5d30f928e5e199197dc13d5c Author: Gary D. Gregory <[email protected]> AuthorDate: Sat May 24 09:35:45 2025 -0400 Fix Checkstyle MethodName --- src/test/java/org/apache/commons/exec/CommandLineTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/exec/CommandLineTest.java b/src/test/java/org/apache/commons/exec/CommandLineTest.java index df7ef69c..939a3a64 100644 --- a/src/test/java/org/apache/commons/exec/CommandLineTest.java +++ b/src/test/java/org/apache/commons/exec/CommandLineTest.java @@ -410,7 +410,7 @@ public class CommandLineTest { * cmd.exe /C c:\was51\Web Sphere\AppServer\bin\versionInfo.bat */ @Test - public void testParseRealLifeCommandLine_1() { + public void testParseRealLifeCommandLine() { final String commandLine = "cmd.exe /C \"c:\\was51\\Web Sphere\\AppServer\\bin\\versionInfo.bat\"";
