iotests/common.pattern: Quote echos
commit25fb2e9c39db85ef41cf242872944145563df571
authorMax Reitz <mreitz@redhat.com>
Fri, 3 Apr 2020 10:11:34 +0000 (3 12:11 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 7 Apr 2020 11:51:09 +0000 (7 13:51 +0200)
treed0e18294292a5089c3f4589809f00f308d24905b
parentfb43d2d46e0daa491d7d80683dd11bb7b2f5899e
iotests/common.pattern: Quote echos

From time to time, my shell decides to repace the bracketed numbers here
by the numbers inside (i.e., "=== Clusters to be compressed [1]" is
printed as "=== Clusters to be compressed 1").  That makes tests that
use common.pattern fail.  Prevent that from happening by quoting the
arguments to all echos in common.pattern.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200403101134.805871-1-mreitz@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/common.pattern