Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/165'
Browse files Browse the repository at this point in the history
* origin/pr/165:
  tests: Actually check that stdout was expected value
  • Loading branch information
marmarek committed Jun 27, 2024
2 parents 4b60b7d + 9d07581 commit 3891a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qrexec/tests/socket/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def assertExpectedStdout(self, target, expected_stdout: bytes, *, exit_code=0):
self.assertTrue(msg_body)
self.assertEqual(msg_type, qrexec.MSG_DATA_STDOUT)
stdout_entries.append(msg_body)
self.assertEqual(b"".join(stdout_entries), expected_stdout)

def make_executable_service(self, *args):
util.make_executable_service(self.tempdir, *args)
Expand Down

0 comments on commit 3891a14

Please sign in to comment.