We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa337a commit 6811198Copy full SHA for 6811198
test/t/test_su.py
@@ -6,6 +6,8 @@ class TestSu:
6
def test_1(self, completion):
7
assert completion
8
9
- @pytest.mark.complete("su -", require_cmd=True)
+ @pytest.mark.complete(
10
+ "su -", require_cmd=True, skipif="[[ $OSTYPE != *linux* ]]"
11
+ )
12
def test_2(self, completion):
13
0 commit comments