summaryrefslogtreecommitdiff
path: root/test/t/test_wol.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_wol.py')
-rw-r--r--test/t/test_wol.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_wol.py b/test/t/test_wol.py
index 8a6bea21..b7a622ee 100644
--- a/test/t/test_wol.py
+++ b/test/t/test_wol.py
@@ -13,3 +13,7 @@ class TestWol:
@pytest.mark.complete("wol 00:")
def test_2(self, completion):
assert completion == "00:00:00:00:00:00"
+
+ @pytest.mark.complete("wol -", require_cmd=True)
+ def test_3(self, completion):
+ assert completion