diff options
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) { |