iotests: Fix duplicated diff output on failure
commit11ba81c3cde0bc070cced6e8ef2835fab4fe90c8
authorKevin Wolf <kwolf@redhat.com>
Mon, 3 Jun 2019 13:43:20 +0000 (3 15:43 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 4 Jun 2019 14:55:58 +0000 (4 16:55 +0200)
treeece331a0cbb247b6c9b71bb4fe6ed0808a2050aa
parent3dd3e248eb65e58979b5fa3cb1855c758c4fbe61
iotests: Fix duplicated diff output on failure

Commit 70ff5b07 wanted to move the diff between actual and reference
output to the end after printing the test result line. It really only
copied it, though, so the diff is now displayed twice. Remove the old
one.

Fixes: 70ff5b07fcdd378180ad2d5cc0b0d5e67e7ef325
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/check