tests: typo fix

This commit is contained in:
Marek Marczykowski-Górecki 2015-08-08 02:05:52 +02:00
parent 754a411829
commit 5199840927
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -208,7 +208,7 @@ class TC_00_AppVMMixin(qubes.tests.SystemTestsMixin):
def run(self, result):
p = self.testvm1.run("/usr/lib/qubes/qrexec-client-vm %s test.EOF "
"/bin/sh -c 'cat >&$SAVED_FD_1'"
% self.testvm1.name,
% self.testvm2.name,
passio_popen=True)
(stdout, stderr) = p.communicate()
if stdout != "test\n":