summaryrefslogtreecommitdiff
path: root/test/t/test_xdg_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_xdg_settings.py')
-rw-r--r--test/t/test_xdg_settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/test_xdg_settings.py b/test/t/test_xdg_settings.py
index a50df579..1a194592 100644
--- a/test/t/test_xdg_settings.py
+++ b/test/t/test_xdg_settings.py
@@ -7,10 +7,10 @@ class TestXdgSettings:
def test_1(self, completion):
assert completion
- @pytest.mark.complete("xdg-settings --")
+ @pytest.mark.complete("xdg-settings --", require_cmd=True)
def test_2(self, completion):
assert completion
- @pytest.mark.complete("xdg-settings get ")
+ @pytest.mark.complete("xdg-settings get ", require_cmd=True)
def test_3(self, completion):
assert completion