diff --git a/gclc/src/test/java/net/bigeon/gclc/command/ParametrizedCommandTest.java b/gclc/src/test/java/net/bigeon/gclc/command/ParametrizedCommandTest.java index 6aae911..ff04843 100644 --- a/gclc/src/test/java/net/bigeon/gclc/command/ParametrizedCommandTest.java +++ b/gclc/src/test/java/net/bigeon/gclc/command/ParametrizedCommandTest.java @@ -554,7 +554,6 @@ public class ParametrizedCommandTest { final PipedConsoleInput test = new PipedConsoleInput(null); test.close(); out.close(); - cmd.execute(out, test, "-" + str1, str2); cmd.execute(out, test, "-" + addParam); fail("Closed manager shall cause error"); } catch (final CommandRunException e) {