tests: fix clipboard tess

This commit is contained in:
Marek Marczykowski-Górecki 2015-06-21 01:12:47 +02:00
parent 2c1889acbb
commit 33f0fa17b8

View File

@ -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
return tests