summaryrefslogtreecommitdiff
path: root/java/test/IceSSL
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/IceSSL')
-rwxr-xr-xjava/test/IceSSL/certs/makecerts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/IceSSL/certs/makecerts.py b/java/test/IceSSL/certs/makecerts.py
index 5e6fbb7300f..f81f472105f 100755
--- a/java/test/IceSSL/certs/makecerts.py
+++ b/java/test/IceSSL/certs/makecerts.py
@@ -12,7 +12,7 @@ import os, sys, shutil
for toplevel in [".", "..", "../..", "../../..", "../../../..", "../../../../.."]:
toplevel = os.path.normpath(toplevel)
- if os.path.exists(os.path.join(toplevel, "config", "TestUtil.py")):
+ if os.path.exists(os.path.join(toplevel, "scripts", "TestUtil.py")):
break
else:
raise "can't find toplevel directory!"