From 95623d39d6029ba78ec96ad5ea08e9ac12629b91 Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Mon, 3 Aug 2020 18:43:13 -0300 Subject: New upstream version 2.11 --- test/t/test_openssl.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/t/test_openssl.py') diff --git a/test/t/test_openssl.py b/test/t/test_openssl.py index e3af3530..3eaf6d47 100644 --- a/test/t/test_openssl.py +++ b/test/t/test_openssl.py @@ -6,10 +6,11 @@ class TestOpenssl: def test_1(self, completion): assert completion - @pytest.mark.complete("openssl pkey -cipher ") + @pytest.mark.complete("openssl pkey -cipher ", require_cmd=True) def test_2(self, completion): assert completion - @pytest.mark.complete("openssl dgst -s") + @pytest.mark.complete("openssl dgst -s", require_cmd=True) def test_3(self, completion): assert completion + assert any(x.startswith("-sha") for x in completion) -- cgit v1.2.1