From 5d2e3d4321ce7a45a0d4bf6fbf48510528359e36 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 17 Jan 2014 13:02:48 -0800 Subject: [PATCH] test: 10-misc-directives.t is not considering log anymore In this case the new server name is expected to be logged, only in the Apache version or the debug version of Nginx. The test is still valid, in the sense that it is checking for the server response, expecting the new "Server:" header. --- tests/regression/config/10-misc-directives.t | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/regression/config/10-misc-directives.t b/tests/regression/config/10-misc-directives.t index 593d00f5..62a5e8e0 100644 --- a/tests/regression/config/10-misc-directives.t +++ b/tests/regression/config/10-misc-directives.t @@ -33,9 +33,6 @@ conf => qq( SecServerSignature "NewServerSignature" ), - match_log => { - error => [ qr/NewServerSignature/, 1 ], - }, match_response => { status => qr/^200$/, raw => qr/^Server: +NewServerSignature$/m,