summaryrefslogtreecommitdiff
path: root/test/t/test_sqlite3.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_sqlite3.py')
-rw-r--r--test/t/test_sqlite3.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/test_sqlite3.py b/test/t/test_sqlite3.py
index 466281a9..69a13162 100644
--- a/test/t/test_sqlite3.py
+++ b/test/t/test_sqlite3.py
@@ -6,10 +6,10 @@ class TestSqlite3:
def test_1(self, completion):
assert completion
- @pytest.mark.complete("sqlite3 -")
+ @pytest.mark.complete("sqlite3 -", require_cmd=True)
def test_2(self, completion):
assert completion
- @pytest.mark.complete("sqlite3 -scratch foo ")
+ @pytest.mark.complete("sqlite3 -scratch foo ", require_cmd=True)
def test_3(self, completion):
assert not completion