[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/4] qemu-iotests: 044: remove inaccurate docstring class descrip
From: |
Cleber Rosa |
Subject: |
[PATCH 4/4] qemu-iotests: 044: remove inaccurate docstring class description |
Date: |
Fri, 27 Sep 2019 10:17:28 -0400 |
Signed-off-by: Cleber Rosa <address@hidden>
---
tests/qemu-iotests/044 | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/qemu-iotests/044 b/tests/qemu-iotests/044
index eb42df0fe1..0ca4bcfc6d 100755
--- a/tests/qemu-iotests/044
+++ b/tests/qemu-iotests/044
@@ -34,7 +34,6 @@ if sys.version_info.major == 2:
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")
--
2.21.0