summaryrefslogtreecommitdiff
path: root/psutil/tests/test_linux.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-11-22 14:08:35 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2019-11-22 14:08:35 +0800
commitc63369e999b458ecbd559bdde895c344b4db2841 (patch)
treec3dc56a62939898068bbce496154dbecb796fc21 /psutil/tests/test_linux.py
parentedb20f664f28653dcdd24f0bf0191984738dca6e (diff)
downloadpsutil-c63369e999b458ecbd559bdde895c344b4db2841.tar.gz
updat HISTORY
Diffstat (limited to 'psutil/tests/test_linux.py')
-rwxr-xr-xpsutil/tests/test_linux.py2
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',