From 72f768e6de8b7f6b2c841089e893ba76612cda21 Mon Sep 17 00:00:00 2001 From: Emmanuel Bigeon Date: Sun, 7 Nov 2021 11:20:38 +0100 Subject: [PATCH] [fix] Bug in Test for interactive Signed-off-by: Emmanuel Bigeon --- .../java/net/bigeon/gclc/command/ParametrizedCommandTest.java | 1 - 1 file changed, 1 deletion(-) 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) {