summaryrefslogtreecommitdiff
path: root/libxerces-c/tests/net-accessor/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'libxerces-c/tests/net-accessor/testscript')
-rw-r--r--libxerces-c/tests/net-accessor/testscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/libxerces-c/tests/net-accessor/testscript b/libxerces-c/tests/net-accessor/testscript
index 993423b..55a810a 100644
--- a/libxerces-c/tests/net-accessor/testscript
+++ b/libxerces-c/tests/net-accessor/testscript
@@ -15,7 +15,8 @@ $* 'http://www.example.com' >>~%EOO%
:
: Test that an HTTPS URL is queried successfully using libcurl via the system
: SSL backend on Windows and MacOS/Clang and fails for other targets that use
-: the OpenSSL backend by default.
+: the OpenSSL backend by default, since the CA certificates can not be
+: located.
:
if ($cxx.target.class == 'windows' || \
$cxx.target.class == 'macos' && $cxx.id == 'clang-apple')