no longer subtracting failing reqs


git-svn-id: https://svn.apache.org/repos/asf/httpd/test/framework/trunk@1901574 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/t/modules/proxy_websockets_ssl.t b/t/modules/proxy_websockets_ssl.t
index c005afc..793ff48 100644
--- a/t/modules/proxy_websockets_ssl.t
+++ b/t/modules/proxy_websockets_ssl.t
@@ -83,4 +83,4 @@
 $quit_program->recv;
 ok t_cmp($surprised, 0);
 # We don't expect the 20k over SSL to work, and we won't read the "sendquit" echoed back either.
-ok t_cmp($responses, scalar(@test_cases)-2 );
+ok t_cmp($responses, scalar(@test_cases));