From 15cc7b2683b14ff6ea906d9896bcd14398270c58 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Thu, 1 Nov 2018 17:02:16 -0700 Subject: [PATCH] fixed "make test" for the new perl 5.26+ versions a bit. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1153ffc..9287634 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: ./util/mirror-tarballs test: - prove -r t + prove -I. -I../test-nginx/lib -r t try-luajit: all cd openresty-`./util/ver` && ./configure --with-luajit