Skip to content

Commit d021d86

Browse files
authored
test: fix make test failed on OSX (#54)
1 parent ac4fc22 commit d021d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ default: compile
3131
.PHONY: test
3232
test: compile
3333
TEST_NGINX_LOG_LEVEL=info \
34-
prove -I../test-nginx/lib -r -s t/
34+
prove -I../test-nginx/lib -I. -r -s t/
3535

3636

3737
### clean: Remove generated files

0 commit comments

Comments
 (0)