From 33f0fa17b89e7f723cbbd98592d29cd3f00cff9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 21 Jun 2015 01:12:47 +0200 Subject: [PATCH] tests: fix clipboard tess --- tests/vm_qrexec_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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