diff options
Diffstat (limited to 'test/t/test_su.py')
-rw-r--r-- | test/t/test_su.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/t/test_su.py b/test/t/test_su.py index 9aa064d..d71d6e1 100644 --- a/test/t/test_su.py +++ b/test/t/test_su.py @@ -6,6 +6,8 @@ class TestSu: def test_1(self, completion): assert completion - @pytest.mark.complete("su -", require_cmd=True) + @pytest.mark.complete( + "su -", require_cmd=True, skipif="[[ $OSTYPE != *linux* ]]" + ) def test_2(self, completion): assert completion |