# 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 -r 71a2d58c0a7f -r ad8134cd6f45 js.t --- a/js.t Wed Jul 15 20:29:01 2015 -0700 +++ b/js.t Wed Sep 23 13:22:12 2015 +0300 @@ -21,7 +21,7 @@ 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%%