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