summary refs log tree commit diff stats
path: root/tests/run/tasynciossl.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/tasynciossl.nim')
-rw-r--r--tests/run/tasynciossl.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/tasynciossl.nim b/tests/run/tasynciossl.nim
index a0308aebc..99e7df172 100644
--- a/tests/run/tasynciossl.nim
+++ b/tests/run/tasynciossl.nim
@@ -10,7 +10,7 @@ var msgCount = 0
 
 when defined(ssl):
   var ctx = newContext(verifyMode = CVerifyNone, 
-      certFile = "mycert.pem", keyFile = "mycert.pem")
+      certFile = "tests/testdata/mycert.pem", keyFile = "tests/testdata/mycert.pem")
 
   var ctx1 = newContext(verifyMode = CVerifyNone)