Skip to content

Commit 58b1005

Browse files
committed
test: fixed the search path for cjson.
1 parent fc7962d commit 58b1005

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/sanity.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ my $pwd = cwd();
1111

1212
our $HttpConfig = qq{
1313
lua_package_path "$pwd/lib/?.lua;;";
14+
lua_package_cpath "/usr/local/openresty-debug/lualib/?.so;/usr/local/openresty/lualib/?.so;;";
1415
};
1516

1617
$ENV{TEST_NGINX_RESOLVER} = '8.8.8.8';

0 commit comments

Comments
 (0)