changeset 709:ad8134cd6f45

Tests: require "njs", not just "js". This helps to avoid confusion with "objs" dir used in win32 build parameters.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 23 Sep 2015 13:22:12 +0300
parents 71a2d58c0a7f
children aed139eaaf3f
files js.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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%%