aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpd_test_lib.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2014-05-16 12:20:41 +0200
committerIngela Anderton Andin <[email protected]>2014-05-23 16:33:50 +0200
commitbf352a0d19499f9041cb887ce83c1c13b9def759 (patch)
tree79bf4d57ddfdaaae59d35ce5b592c25fae5bbe59 /lib/inets/test/httpd_test_lib.erl
parent4bb5062494e621c7fd73e9264b00dfce596491f8 (diff)
downloadotp-bf352a0d19499f9041cb887ce83c1c13b9def759.tar.gz
otp-bf352a0d19499f9041cb887ce83c1c13b9def759.tar.bz2
otp-bf352a0d19499f9041cb887ce83c1c13b9def759.zip
inets: httpc - update test suite framwork to adopt to change in httpd
Diffstat (limited to 'lib/inets/test/httpd_test_lib.erl')
-rw-r--r--lib/inets/test/httpd_test_lib.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpd_test_lib.erl b/lib/inets/test/httpd_test_lib.erl
index ed466fd727..36a5bb9e71 100644
--- a/lib/inets/test/httpd_test_lib.erl
+++ b/lib/inets/test/httpd_test_lib.erl
@@ -103,7 +103,7 @@ verify_request(SocketType, Host, Port, TranspOpts0, Node, RequestStr, Options, T
try inets_test_lib:connect_bin(SocketType, Host, Port, TranspOpts) of
{ok, Socket} ->
- SendRes = inets_test_lib:send(SocketType, Socket, RequestStr),
+ ok = inets_test_lib:send(SocketType, Socket, RequestStr),
State = case inets_regexp:match(RequestStr, "printenv") of
nomatch ->
#state{};