Skip to content

Commit

Permalink
test: always specify perl include path. (apache#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored and SaberMaster committed Jun 30, 2020
1 parent 12688da commit 220534c
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 220534c

Please sign in to comment.