# HG changeset patch # User Sergey Kandaurov # Date 1443003732 -10800 # Node ID ad8134cd6f45c920785c79cc81fb39f9d0a706b0 # Parent 71a2d58c0a7f37646a96b307666be4f22d1c5139 Tests: require "njs", not just "js". This helps to avoid confusion with "objs" dir used in win32 build parameters. diff --git a/js.t b/js.t --- a/js.t +++ b/js.t @@ -21,7 +21,7 @@ use Test::Nginx; select STDERR; $| = 1; select STDOUT; $| = 1; -my $t = Test::Nginx->new()->has(qw/http rewrite js/)->plan(13) +my $t = Test::Nginx->new()->has(qw/http rewrite njs/)->plan(13) ->write_file_expand('nginx.conf', <<'EOF'); %%TEST_GLOBALS%%