aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2015-03-28 00:26:45 +0100
committerDan Fandrich <dan@coneharvesters.com>2015-03-28 00:26:45 +0100
commit9a743bc5fcbfac9382b434fed10ad87ca98d5c66 (patch)
tree70e7a2806f0dd7c4e7c49d7cf8a90e74ded1ccde /tests/runtests.pl
parentd2feb71752f193ced11c137bdf2026373ebc3dc5 (diff)
downloadgnurl-9a743bc5fcbfac9382b434fed10ad87ca98d5c66.tar.gz
gnurl-9a743bc5fcbfac9382b434fed10ad87ca98d5c66.tar.bz2
gnurl-9a743bc5fcbfac9382b434fed10ad87ca98d5c66.zip
runtests.pl: detect WolfSSL as yassl
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 134875133..ef9d3c8d4 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -603,7 +603,7 @@ sub torture {
my $ret = 0;
if($gdbthis) {
- runclient($gdbline)
+ runclient($gdbline);
}
else {
$ret = runclient($testcmd);
@@ -2348,7 +2348,7 @@ sub checksystem {
$has_nss=1;
$ssllib="NSS";
}
- elsif ($libcurl =~ /yassl/i) {
+ elsif ($libcurl =~ /(yassl|wolfssl)/i) {
$has_yassl=1;
$ssllib="yassl";
}