summaryrefslogtreecommitdiff
path: root/test/t/test_cvs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_cvs.py')
-rw-r--r--test/t/test_cvs.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_cvs.py b/test/t/test_cvs.py
index 825acbf5..ab7fead8 100644
--- a/test/t/test_cvs.py
+++ b/test/t/test_cvs.py
@@ -14,3 +14,7 @@ class TestCvs:
@pytest.mark.complete("cvs diff foo/", cwd="cvs")
def test_3(self, completion):
assert completion == "foo/bar"
+
+ @pytest.mark.complete("cvs -", require_cmd=True)
+ def test_4(self, completion):
+ assert completion