diff options
Diffstat (limited to 'test/t/test_pidof.py')
-rw-r--r-- | test/t/test_pidof.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/t/test_pidof.py b/test/t/test_pidof.py index c33a4d3..de77298 100644 --- a/test/t/test_pidof.py +++ b/test/t/test_pidof.py @@ -2,7 +2,6 @@ import pytest class TestPidof: - # "p": Assume that our process name completion runs ps @pytest.mark.complete("pidof p") def test_1(self, completion): |