Skip to content

Commit 2b41275

Browse files
committed
test(vipw): Drop exception for macos
vipw seems to have -d as an option on macos now. Partially reverts ccf7bf6 "test(dmesg,vipw): expect no options on macOS"
1 parent 45a2182 commit 2b41275

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/t/test_vipw.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
import sys
2-
31
import pytest
42

53

64
class TestVipw:
75
@pytest.mark.complete("vipw -", require_cmd=True)
86
def test_1(self, completion):
9-
if sys.platform == "darwin":
10-
assert not completion # takes no options
11-
else:
12-
assert completion
7+
assert completion

0 commit comments

Comments
 (0)