On 21.12.20 14:49, David Edmondson wrote:
When sending JSON to running qemu, qemu-io, etc. instances, flatten
the echoed input to a single line to ensure that comparisons with the
expected input (which is always a single line) are successful.
Signed-off-by: David Edmondson <david.edmond...@oracle.com>
---
tests/qemu-iotests/common.filter | 6 ++++++
tests/qemu-iotests/common.qemu | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
I think this is superseded now by commit 0e72078128229bf9efb54.
Max