# HG changeset patch # User Sergey Kandaurov # Date 1440090467 -10800 # Node ID 68a95e3195f19117f50c302a8c794df7bd130656 # Parent 1b672b5db78add46565bf1a5f55b605756da44fb Tests: try_files TODO adjusted. diff --git a/http_try_files.t b/http_try_files.t --- a/http_try_files.t +++ b/http_try_files.t @@ -110,7 +110,8 @@ like(http_get('/dir-dir/'), qr!301 Moved like(http_get('/dir-file/'), qr!404 Not!, 'dir does not match file'); SKIP: { -skip 'leaves coredump', 1 unless $ENV{TEST_NGINX_UNSAFE}; +skip 'leaves coredump', 1 unless $t->has_version('1.9.4') + or $ENV{TEST_NGINX_UNSAFE}; like(http_get('/alias_re.html'), qr!SEE THIS!, 'alias in regex location');