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.
This commit is contained in:
Felipe Zimmerle
2014-01-17 13:02:48 -08:00
parent 8804b55cdd
commit 5d2e3d4321

View File

@@ -33,9 +33,6 @@
conf => qq(
SecServerSignature "NewServerSignature"
),
match_log => {
error => [ qr/NewServerSignature/, 1 ],
},
match_response => {
status => qr/^200$/,
raw => qr/^Server: +NewServerSignature$/m,