aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-07-11 23:43:13 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-07-11 23:47:48 +0200
commitd582c272a6782a28d9f14547b19564a2292e2a80 (patch)
tree8bf5f74f3bdb044a2fa3262e89cbfcd709c7b00a /tests/runtests.pl
parent4dc3a57718d8fbefde9e7d4be4db9db105291d16 (diff)
tests: adjust for capitalization differences in newer gnutls-serv
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
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) {