aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/196
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/196')
-rwxr-xr-xtests/qemu-iotests/1962
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/196 b/tests/qemu-iotests/196
index 76509a5..27c1629 100755
--- a/tests/qemu-iotests/196
+++ b/tests/qemu-iotests/196
@@ -46,7 +46,7 @@ class TestInvalidateAutoclear(iotests.QMPTestCase):
def test_migration(self):
result = self.vm_a.qmp('migrate', uri='exec:cat>' + migfile)
- self.assert_qmp(result, 'return', {});
+ self.assert_qmp(result, 'return', {})
self.assertNotEqual(self.vm_a.event_wait("STOP"), None)
with open(disk, 'r+b') as f: