aboutsummaryrefslogtreecommitdiff
path: root/unit_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'unit_tests.py')
-rw-r--r--unit_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit_tests.py b/unit_tests.py
index a036a32..fb8446f 100644
--- a/unit_tests.py
+++ b/unit_tests.py
@@ -21,9 +21,9 @@ except ImportError:
if platform.system() == "Darwin":
- libpkcs11_default = "./libpkcs11.dylib"
+ libpkcs11_default = "./libcryptech-pkcs11.dylib"
else:
- libpkcs11_default = "./libpkcs11.so"
+ libpkcs11_default = "./libcryptech-pkcs11.so"
def log(msg):