From 74bfbea6f217031da3603683e86af80c29c366a1 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 28 Feb 2017 13:07:15 +0100 Subject: [PATCH] Speed up FixCVE20149403 test The test was unnecessarily waiting for ZNC to join some channel, which took a long time. Signed-off-by: Uli Schlachter --- test/integration/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/main.cpp b/test/integration/main.cpp index 73f0acf1..daaa7a25 100644 --- a/test/integration/main.cpp +++ b/test/integration/main.cpp @@ -438,8 +438,6 @@ TEST_F(ZNCTest, FixCVE20149403) { {"name", "znc"}, {"enabled", "1"}, }); - ircd.ReadUntil("JOIN #znc"); - Z; EXPECT_THAT(HttpPost(request, { {"user", "user"},