summaryrefslogtreecommitdiff
path: root/test/t/test_inotifywait.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_inotifywait.py')
-rw-r--r--test/t/test_inotifywait.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/test_inotifywait.py b/test/t/test_inotifywait.py
index fe647ad6..19fa4d54 100644
--- a/test/t/test_inotifywait.py
+++ b/test/t/test_inotifywait.py
@@ -6,10 +6,10 @@ class TestInotifywait:
def test_1(self, completion):
assert completion
- @pytest.mark.complete("inotifywait --")
+ @pytest.mark.complete("inotifywait --", require_cmd=True)
def test_2(self, completion):
assert completion
- @pytest.mark.complete("inotifywait -e ")
+ @pytest.mark.complete("inotifywait -e ", require_cmd=True)
def test_3(self, completion):
assert completion