There was an error while loading. Please reload this page.
1 parent fc7962d commit 58b1005Copy full SHA for 58b1005
t/sanity.t
@@ -11,6 +11,7 @@ my $pwd = cwd();
11
12
our $HttpConfig = qq{
13
lua_package_path "$pwd/lib/?.lua;;";
14
+ lua_package_cpath "/usr/local/openresty-debug/lualib/?.so;/usr/local/openresty/lualib/?.so;;";
15
};
16
17
$ENV{TEST_NGINX_RESOLVER} = '8.8.8.8';
0 commit comments