aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/045
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/045')
-rwxr-xr-xtests/qemu-iotests/0452
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/045 b/tests/qemu-iotests/045
index 6be8fc4912..55a5d31ca8 100755
--- a/tests/qemu-iotests/045
+++ b/tests/qemu-iotests/045
@@ -140,7 +140,7 @@ class TestSCMFd(iotests.QMPTestCase):
os.remove(image0)
def _send_fd_by_SCM(self):
- ret = self.vm.send_fd_scm(image0)
+ ret = self.vm.send_fd_scm(file_path=image0)
self.assertEqual(ret, 0, 'Failed to send fd with UNIX SCM')
def test_add_fd(self):