diff options
Diffstat (limited to 'test/t/test_chrpath.py')
-rw-r--r-- | test/t/test_chrpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/test_chrpath.py b/test/t/test_chrpath.py index 036a1a41..8e94dcb6 100644 --- a/test/t/test_chrpath.py +++ b/test/t/test_chrpath.py @@ -6,6 +6,6 @@ class TestChrpath: def test_1(self, completion): assert completion - @pytest.mark.complete("chrpath -") + @pytest.mark.complete("chrpath -", require_cmd=True) def test_2(self, completion): assert completion |