Skip to content

Commit 67d8108

Browse files
committed
test(ip): require command for route replace test
Found while testing macOS in CI.
1 parent f9146f2 commit 67d8108

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/t/test_ip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ def test_1(self, completion):
1010
def test_2(self, completion):
1111
assert completion
1212

13-
@pytest.mark.complete("ip route replace ")
13+
@pytest.mark.complete("ip route replace ", require_cmd=True)
1414
def test_r_r(self, completion):
1515
assert completion

test/test-cmd-list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ inotifywait
149149
inotifywatch
150150
interdiff
151151
ionice
152+
ip
152153
ipcalc
153154
iperf
154155
iperf3

0 commit comments

Comments
 (0)