From 419e67a1d515ec7883a1e31608c1618e226fbffb Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 5 Jul 2014 11:15:55 -0500 Subject: change env variable name, handle empty string --- tests/hazmat/bindings/test_openssl.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/hazmat/bindings/test_openssl.py b/tests/hazmat/bindings/test_openssl.py index 4b51ae82..d22c4fd2 100644 --- a/tests/hazmat/bindings/test_openssl.py +++ b/tests/hazmat/bindings/test_openssl.py @@ -143,6 +143,8 @@ class TestOpenSSL(object): def test_windows_static_dynamic_libraries(self): assert "ssleay32mt" in _get_windows_libraries("static") + assert "ssleay32mt" in _get_windows_libraries("") + assert "ssleay32" in _get_windows_libraries("dynamic") with pytest.raises(ValueError): -- cgit v1.2.3