summaryrefslogtreecommitdiffstats
path: root/test/t/test_xfreerdp.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/t/test_xfreerdp.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/t/test_xfreerdp.py b/test/t/test_xfreerdp.py
index 5616271..3dce4ad 100644
--- a/test/t/test_xfreerdp.py
+++ b/test/t/test_xfreerdp.py
@@ -42,7 +42,7 @@ class TestXfreerdp:
@pytest.mark.complete(
"xfreerdp /kbd:",
require_cmd=True,
- skipif='test -z "$(xfreerdp /kbd-list 2>/dev/null)"',
+ skipif='test ! "$(xfreerdp /kbd-list 2>/dev/null)"',
)
def test_4(self, bash, completion, help_success, slash_syntax):
assert completion
@@ -58,3 +58,7 @@ class TestXfreerdp:
@pytest.mark.complete("xfreerdp --help ", require_cmd=True)
def test_7(self, completion):
assert not completion
+
+ @pytest.mark.complete("xfreerdp ./")
+ def test_rdp_files(self, completion):
+ assert completion # just dirs for now in the fixture, but that'll do