]
James Perkins updated WFCORE-3555:
----------------------------------
Fix Version/s: 4.0.0.Alpha10
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
Fix For: 4.0.0.Alpha10
*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