This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch jline3
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/jline3 by this push:
     new d326d57a93 fix show and alias tests
d326d57a93 is described below

commit d326d57a931e8170432fa8552a2dd6ff78cf86be
Author: Paul King <[email protected]>
AuthorDate: Mon Jun 30 20:56:31 2025 +1000

    fix show and alias tests
---
 .../groovy/org/apache/groovy/groovysh/commands/ConsoleTestSupport.groovy | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/ConsoleTestSupport.groovy
 
b/subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/ConsoleTestSupport.groovy
index 27d4e5f01c..e57df7024e 100644
--- 
a/subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/ConsoleTestSupport.groovy
+++ 
b/subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/ConsoleTestSupport.groovy
@@ -24,7 +24,6 @@ import org.apache.groovy.groovysh.jline.GroovyConsoleEngine
 import org.apache.groovy.groovysh.jline.GroovyEngine
 import org.jline.builtins.ClasspathResourceUtil
 import org.jline.builtins.ConfigurationPath
-import org.jline.console.CommandInput
 import org.jline.console.CommandRegistry
 import org.jline.console.ConsoleEngine
 import org.jline.console.Printer

Reply via email to