qemu-iotests: Fix _filter_qemu
commitbdda92324dad963e85589e9ea74b2f2620319304
authorKevin Wolf <kwolf@redhat.com>
Tue, 16 Apr 2013 09:22:36 +0000 (16 11:22 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 22 Apr 2013 08:27:58 +0000 (22 10:27 +0200)
tree9d27a28b9b87d50e25f161bb73890736556d92f9
parent54f106d5fd51fcf385bab2ddf125477e83758038
qemu-iotests: Fix _filter_qemu

$QEMU_PROG happens to be 'qemu' in my setup, so this sed command
replaces a bit too much. Restrict it to the start of the line and to
when it's followed by a colon, i.e. the form used by error messages.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/qemu-iotests/common.filter