summaryrefslogtreecommitdiff
path: root/test/t/test_rtcwake.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_rtcwake.py')
-rw-r--r--test/t/test_rtcwake.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/t/test_rtcwake.py b/test/t/test_rtcwake.py
index e9c12d07..19d1dfe3 100644
--- a/test/t/test_rtcwake.py
+++ b/test/t/test_rtcwake.py
@@ -2,6 +2,10 @@ import pytest
class TestRtcwake:
- @pytest.mark.complete("rtcwake ")
+ @pytest.mark.complete("rtcwake ", require_cmd=True)
def test_1(self, completion):
assert completion
+
+ @pytest.mark.complete("rtcwake -", require_cmd=True)
+ def test_2(self, completion):
+ assert completion