From e7be591e91b1c53fb135ac559ad195f267b9dd93 Mon Sep 17 00:00:00 2001 From: Jeff Kaufman Date: Wed, 12 Oct 2016 18:02:56 -0400 Subject: [PATCH] testing: check_flushing needs to know the host name (#1292) --- test/nginx_system_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nginx_system_test.sh b/test/nginx_system_test.sh index 1488badf6..4a6a555c7 100644 --- a/test/nginx_system_test.sh +++ b/test/nginx_system_test.sh @@ -1366,7 +1366,7 @@ check [ $MATCHES -eq 1 ] start_test Follow flushes can be turned off. echo "Check that FollowFlushes off outputs a single chunk" -check_flushing 5.4 1 +check_flushing noflush 5.4 1 start_test Special responses from php are handled OK. URL="http://special-response.example.com/A.foo.css.pagespeed.cf.0.css"