summaryrefslogtreecommitdiff
path: root/test/t/test_htpasswd.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_htpasswd.py')
-rw-r--r--test/t/test_htpasswd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_htpasswd.py b/test/t/test_htpasswd.py
index c17c0585..92989fa2 100644
--- a/test/t/test_htpasswd.py
+++ b/test/t/test_htpasswd.py
@@ -17,3 +17,7 @@ class TestHtpasswd:
@pytest.mark.complete("htpasswd -D htpasswd ", cwd="htpasswd")
def test_4(self, completion):
assert completion == "foo quux".split()
+
+ @pytest.mark.complete("htpasswd -", require_cmd=True)
+ def test_5(self, completion):
+ assert completion