]
Martin Stefanko updated WFCORE-3555:
------------------------------------
Summary: Pipe with echo command gives incorrect result (was: Pipe with echo commad
gives incorrect result)
Pipe with echo command gives incorrect result
---------------------------------------------
Key: WFCORE-3555
URL:
https://issues.jboss.org/browse/WFCORE-3555
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Katerina Novotna
Assignee: Martin Stefanko
*Description of problem:*
When putting 'echo' into the right side of the pipe. Addional 'o' is
displayed as result.
*Actual results:*
[standalone@embedded /] version | echo test
o test
*Expected results:*
[standalone@embedded /] version | echo test
test