From f54ceecf092f4cbd54d80b835def11f7357dcb02 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 03 Aug 2019 19:25:53 -0400 Subject: Rename executable to wolfssl --- (limited to 'tests') 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')" -- cgit v0.9.1