diff --git a/tests/system_tests.py b/tests/system_tests.py index e4d10c5b..644f6093 100644 --- a/tests/system_tests.py +++ b/tests/system_tests.py @@ -547,8 +547,8 @@ def test_run(self): ) self.assertFalse(timeout["flag"], msg="Timeout reached") - self.compare_stdout(i, command, processed_stdout, stdout) self.compare_stderr(i, command, processed_stderr, stderr) + self.compare_stdout(i, command, processed_stdout, stdout) self.assertEqual( retval, proc.returncode, msg="Return value does not match" )