Skip to content

Commit aaab8c7

Browse files
committed
fixed shdict tests on i386; also ensure to configure "postpone_output 1" for the sync flush test case that requires buf reuse.
1 parent e7f8eb7 commit aaab8c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

t/043-shdict.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ hello, world
532532
--- request
533533
GET /test
534534
--- response_body_like
535-
^true nil true\nabort at (?:139|142)$
535+
^true nil true\nabort at (?:139|141)$
536536

537537

538538

t/056-flush.t

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# vim:set ft= ts=4 sw=4 et fdm=marker:
2+
3+
BEGIN {
4+
$ENV{TEST_NGINX_POSTPONE_OUTPUT} = 1;
5+
}
6+
27
use lib 'lib';
38
use Test::Nginx::Socket;
49

0 commit comments

Comments
 (0)