On Thu, Nov 13, 2025 at 09:05:25AM +0100, Thomas Huth wrote:
> From: Thomas Huth <[email protected]>
> 
> Running "./check -ssh 207" fails for me with lots of lines like this
> in the output:
> 
> +base64: invalid input
> 
> While looking closer at it, I noticed that the grep -v "\\^#" command
> in this test is not working as expected - it is likely meant to filter
> out the comment lines that are starting with a "#", but at least my
> version of grep (GNU grep 3.11) does not work with the backslashes here.
> There does not seem to be a compelling reason for these backslashes,
> so let's simply drop them to fix this issue.
> 
> Signed-off-by: Thomas Huth <[email protected]>
> ---
>  tests/qemu-iotests/207 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Daniel P. Berrangé <[email protected]>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Reply via email to