diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-07-11 23:43:13 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-07-11 23:47:48 +0200 |
commit | d582c272a6782a28d9f14547b19564a2292e2a80 (patch) | |
tree | 8bf5f74f3bdb044a2fa3262e89cbfcd709c7b00a /tests/runtests.pl | |
parent | 4dc3a57718d8fbefde9e7d4be4db9db105291d16 (diff) | |
download | curl-d582c272a6782a28d9f14547b19564a2292e2a80.tar.gz |
tests: adjust for capitalization differences in newer gnutls-serv
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index af4609f97..810b80732 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1037,7 +1037,7 @@ sub verifyhttptls { close(FILE); } - if($data && ($data =~ /GNUTLS/) && open(FILE, "<$pidfile")) { + if($data && ($data =~ /(GNUTLS|GnuTLS)/) && open(FILE, "<$pidfile")) { $pid=0+<FILE>; close(FILE); if($pid > 0) { |