From 668a4666ae42b5e6c8b47337aa8f79ac5328b7c4 Mon Sep 17 00:00:00 2001 From: gnought Date: Tue, 28 Nov 2017 15:51:26 +0800 Subject: [PATCH] Update 01-ip2bin.t --- t/01-ip2bin.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/01-ip2bin.t b/t/01-ip2bin.t index 1275bb8..77da357 100644 --- a/t/01-ip2bin.t +++ b/t/01-ip2bin.t @@ -8,7 +8,7 @@ my $pwd = cwd(); $ENV{TEST_LEDGE_REDIS_DATABASE} ||= 1; our $HttpConfig = qq{ - lua_package_path "$pwd/lib/?.lua;;"; + lua_package_path "$pwd/lib/?.lua;../lua-resty-lrucache/lib/?.lua;;"; }; no_long_string();