diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-03 19:25:53 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-03 19:25:53 (EDT) |
commit | f54ceecf092f4cbd54d80b835def11f7357dcb02 (patch) | |
tree | 4c1ae80e835e293ce3c4dd6c19808010a03d30bb /tests | |
parent | 3bc0ee2547cb2f6d3ca0889e35bd22b4cd5ffdbb (diff) |
Rename executable to wolfssl
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/badssl.sh | 2 | ||||
-rwxr-xr-x | tests/howsmyssl.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/badssl.sh b/tests/badssl.sh index 6b9a332..5322898 100755 --- a/tests/badssl.sh +++ b/tests/badssl.sh @@ -30,7 +30,7 @@ do_test() shift 4 local result= - if ${ok} "${TOP_BUILDDIR}/wolfssl-util" s_client \ + if ${ok} "${TOP_BUILDDIR}/wolfssl" s_client \ -connect "${host}.badssl.com:${port}" \ -servername "${host}.badssl.com" \ <<-EOF diff --git a/tests/howsmyssl.sh b/tests/howsmyssl.sh index 2f7296d..8dd4e2f 100755 --- a/tests/howsmyssl.sh +++ b/tests/howsmyssl.sh @@ -31,7 +31,7 @@ plan_ 7 json="$(printf 'GET /a/check HTTP/1.1\r\n'$(: \ )'Host: www.howsmyssl.com:443\r\nConnection: close\r\n\r\n' | \ - "${TOP_BUILDDIR}/wolfssl-util" s_client \ + "${TOP_BUILDDIR}/wolfssl" s_client \ -connect www.howsmyssl.com:443 \ -servername www.howsmyssl.com | \ sed -n 's/\r$//; /^{/,$p')" |