Skip to content

Commit

Permalink
test: always specify perl include path. (#1097)
Browse files Browse the repository at this point in the history
Close #1091.
  • Loading branch information
spacewander authored Feb 1, 2020
1 parent 76b6254 commit 0ddf40a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,7 @@ install:

### test: Run the test case
test:
ifeq ($(UNAME),Darwin)
prove -I../test-nginx/lib -I./ -r -s t/
else
prove -I../test-nginx/lib -r -s t/
endif


### license-check: Check Lua source code for Apache License
.PHONY: license-check
Expand Down

0 comments on commit 0ddf40a

Please sign in to comment.