diff --git a/tests/vm_qrexec_gui.py b/tests/vm_qrexec_gui.py index 5b16e447..76ca558d 100644 --- a/tests/vm_qrexec_gui.py +++ b/tests/vm_qrexec_gui.py @@ -630,7 +630,7 @@ class TC_30_Gui_daemon(qubes.tests.SystemTestsMixin, qubes.tests.QubesTestCase): # Then paste it to the other window window_title = 'user@{}'.format(self.testvm2.name) - self.testvm1.run('zenity --entry --title={} > test.txt'.format( + self.testvm2.run('zenity --entry --title={} > test.txt'.format( window_title)) wait_count = 0 while subprocess.call(['xdotool', 'search', '--name', window_title], @@ -685,4 +685,4 @@ def load_tests(loader, tests, pattern): (TC_20_DispVMMixin, qubes.tests.QubesTestCase), {'template': template}))) - return tests \ No newline at end of file + return tests