aboutsummaryrefslogtreecommitdiffstats
path: root/src/python/botan2.py
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-16 13:57:21 -0500
committerJack Lloyd <[email protected]>2017-11-16 13:57:21 -0500
commit4e619d418353dbee933dee1cf05471162118cc9f (patch)
tree3eae14bb34a5b18c00a3ffe4f5eb8cb4a2e1c327 /src/python/botan2.py
parentf458becc9c2ecb004557daad63623b8dafefe163 (diff)
Fix Python tests
Diffstat (limited to 'src/python/botan2.py')
-rwxr-xr-xsrc/python/botan2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/botan2.py b/src/python/botan2.py
index d1c56702b..a489a4b34 100755
--- a/src/python/botan2.py
+++ b/src/python/botan2.py
@@ -918,7 +918,7 @@ def test():
(dh_grp, hex_encode(a_key), hex_encode(b_key)))
def test_certs():
- cert = x509_cert(filename="src/tests/data/ecc/CSCA.CSCA.csca-germany.1.crt")
+ cert = x509_cert(filename="src/tests/data/x509/ecc/CSCA.CSCA.csca-germany.1.crt")
print("CSCA (Germany) Certificate\nDetails:")
print("SHA-1 fingerprint: %s" % cert.fingerprint("SHA-1"))
print("Expected: 32:42:1C:C3:EC:54:D7:E9:43:EC:51:F0:19:23:BD:85:1D:F2:1B:B9")