Description
The shell table output with no format enabled is not exactly the same on Unix and Windows.
On Windows, we have:
karaf@root()> feature:version-list --no-format foo 1.0.0 | | mvn:foo/features/1.0.0/xml
On Unix, we have:
karaf@root()> feature:version-list --no-format foo 1.0.0 mvn:foo/features/1.0.0/xml