Message ID | 20191009194740.8079-5-crosa@redhat.com |
---|---|
State | New |
Headers | show |
Series | iotests: trivial cleanups | expand |
Am 09.10.2019 um 21:47 hat Cleber Rosa geschrieben: > Reviewed-by: Eric Blake <eblake@redhat.com> > Reviewed-by: John Snow <jsnow@redhat.com> > Signed-off-by: Cleber Rosa <crosa@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com>
diff --git a/tests/qemu-iotests/044 b/tests/qemu-iotests/044 index aa2a00ceed..bae99e25cf 100755 --- a/tests/qemu-iotests/044 +++ b/tests/qemu-iotests/044 @@ -31,7 +31,6 @@ import sys test_img = os.path.join(iotests.test_dir, 'test.img') class TestRefcountTableGrowth(iotests.QMPTestCase): - '''Abstract base class for image mirroring test cases''' def preallocate(self, name): fd = open(name, "r+b")