Skip to content

Commit

Permalink
tests(*) add '.' to Perl lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jul 11, 2019
1 parent faa0112 commit 6182f4e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

test:
@t/reindex t/*.t
@prove -I.
@prove -r t/

lint:
@luacheck -q lib --std 'luajit+ngx_lua' \
Expand Down
3 changes: 2 additions & 1 deletion t/01-sanity.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vi: sts=4 ts=4 sw=4 et fdm=marker:
# vim:sts=4 ts=4 sw=4 et fdm=marker:
use lib '.';
use Test::Nginx::Socket::Lua;
use t::Util;

Expand Down
1 change: 1 addition & 0 deletions t/02-is_valid.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set sts=4 ts=4 sw=4 et fdm=marker:
use lib '.';
use Test::Nginx::Socket::Lua;
use t::Util;

Expand Down
1 change: 1 addition & 0 deletions t/03-v4.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set sts=4 ts=4 sw=4 et fdm=marker:
use lib '.';
use Test::Nginx::Socket::Lua;
use t::Util;

Expand Down
1 change: 1 addition & 0 deletions t/04-v3.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set sts=4 ts=4 sw=4 et fdm=marker:
use lib '.';
use Test::Nginx::Socket::Lua;
use t::Util;

Expand Down
1 change: 1 addition & 0 deletions t/05-v5.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set sts=4 ts=4 sw=4 et fdm=marker:
use lib '.';
use Test::Nginx::Socket::Lua;
use t::Util;

Expand Down

0 comments on commit 6182f4e

Please sign in to comment.