[fix] Bug in Test for interactive
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
8f386b4abd
commit
72f768e6de
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user