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 93883f898447370152ee6c447953c76a61414337
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 24 09:35:00 2025 -0400

    Fix Checkstyle MethodName
---
 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 a40b8111..6cf2f0eb 100644
--- a/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java
+++ b/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java
@@ -98,7 +98,7 @@ public class DefaultExecutorTest {
      */
     @Test
     @Disabled
-    public void _testExecuteStability() throws Exception {
+    public void testExecuteStability() throws Exception {
 
         // make a plain-vanilla test
         for (int i = 0; i < 100; i++) {

Reply via email to