diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2019-11-22 14:08:35 +0800 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2019-11-22 14:08:35 +0800 |
| commit | c63369e999b458ecbd559bdde895c344b4db2841 (patch) | |
| tree | c3dc56a62939898068bbce496154dbecb796fc21 /psutil/tests/test_linux.py | |
| parent | edb20f664f28653dcdd24f0bf0191984738dca6e (diff) | |
| download | psutil-c63369e999b458ecbd559bdde895c344b4db2841.tar.gz | |
updat HISTORY
Diffstat (limited to 'psutil/tests/test_linux.py')
| -rwxr-xr-x | psutil/tests/test_linux.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/psutil/tests/test_linux.py b/psutil/tests/test_linux.py index ccde735d..4d9cea92 100755 --- a/psutil/tests/test_linux.py +++ b/psutil/tests/test_linux.py @@ -1838,6 +1838,8 @@ class TestProcess(unittest.TestCase): assert m.called def test_cmdline_mixed_separators(self): + # https://github.com/giampaolo/psutil/issues/ + # 1179#issuecomment-552984549 p = psutil.Process() fake_file = io.StringIO(u('foo\x20bar\x00')) with mock.patch('psutil._common.open', |
