aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-04-13 16:25:53 +0300
committerLoïc Hoguin <[email protected]>2015-04-13 16:25:53 +0300
commit1c26a6d0d1a985fe7bccd2a131ac148db8e7ef9a (patch)
treecf0bd02fd98cfad3e12189b6227c70fbe58f88ff
parentbb89b920d9937963cc7045e7345ec15990339c31 (diff)
downloadgun-1c26a6d0d1a985fe7bccd2a131ac148db8e7ef9a.tar.gz
gun-1c26a6d0d1a985fe7bccd2a131ac148db8e7ef9a.tar.bz2
gun-1c26a6d0d1a985fe7bccd2a131ac148db8e7ef9a.zip
Fix previous test
Sigh.
-rw-r--r--test/spdy_SUITE.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/spdy_SUITE.erl b/test/spdy_SUITE.erl
index d2a6d43..f03ae2a 100644
--- a/test/spdy_SUITE.erl
+++ b/test/spdy_SUITE.erl
@@ -330,5 +330,4 @@ syn_stream_ignore_unknown_flags(_) ->
{syn_reply, 1, true, <<"200">>, <<"HTTP/1.1">>, []}
]),
wait(),
- [_] = spdy_server:stop(ServerPid),
- down().
+ [_] = spdy_server:stop(ServerPid).