summaryrefslogtreecommitdiffstats
path: root/test/t/test_xdg_mime.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_xdg_mime.py')
-rw-r--r--test/t/test_xdg_mime.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/t/test_xdg_mime.py b/test/t/test_xdg_mime.py
index 432be06..b91e75a 100644
--- a/test/t/test_xdg_mime.py
+++ b/test/t/test_xdg_mime.py
@@ -19,10 +19,14 @@ class TestXdgMime:
def test_4(self, completion):
assert completion
- @pytest.mark.complete("xdg-mime default foo.desktop ")
+ @pytest.mark.complete("xdg-mime default foo.desktop ", require_cmd=True)
def test_5(self, completion):
assert completion
@pytest.mark.complete("xdg-mime install --mode ")
def test_6(self, completion):
assert completion
+
+ @pytest.mark.complete("xdg-mime query filetype foo ")
+ def test_filetype_one_arg(self, completion):
+ assert not completion