diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-05-18 10:10:55 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-05-18 10:10:55 +0200 |
commit | d69eee0964e807158d2aa9acec2fec08ab0b2aba (patch) | |
tree | 03bd41e7f4f213c728e59c46dc86c26175e046ed /tests/runtests.pl | |
parent | 7ff7e45405d0ec1c44bc8da6151b36753a1e0993 (diff) |
runtests.pl: use 'h2c' now, no -14 anymore
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 33d841231..01010913b 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -226,7 +226,7 @@ my $has_cares; # set if built with c-ares my $has_threadedres;# set if built with threaded resolver # this version is decided by the particular nghttp2 library that is being used -my $h2cver = "h2c-14"; +my $h2cver = "h2c"; my $has_openssl; # built with a lib using an OpenSSL-like API my $has_gnutls; # built with GnuTLS |