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 f70d5210ff1b7f3b916d9a935426265f5f024070 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 24 09:41:32 2025 -0400 Fix Checkstyle Line has trailing spaces RegexpSingleline] --- src/test/java/org/apache/commons/exec/DefaultExecutorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java b/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java index 6cf2f0eb..269e28d7 100644 --- a/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java +++ b/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java @@ -729,7 +729,7 @@ public class DefaultExecutorTest { assertEquals("FOO..", baos.toString().trim()); assertFalse(exec.isFailure(exitValue)); assertEquals(exec.getWorkingDirectory(), workingDirFile); - assertEquals(exec.getWorkingDirectoryPath(), workingDirPath); + assertEquals(exec.getWorkingDirectoryPath(), workingDirPath); } /**