Skip to content

Commit

Permalink
tests(t) include '.' in Perl lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Sep 26, 2019
1 parent 4c17a85 commit 692dc88
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/01-lb_rr.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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-lb_dc_rr.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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-reconn_const.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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-reconn_exp.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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-retry_simple.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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/06-cluster.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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/07-get_or_prepare.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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/08-execute.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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/09-schema_consensus.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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/10-error_handling.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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/11-batch.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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/12-iterate.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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/13-logging.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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/14-lb_req_dc_rr.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set 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/15-req_rr.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# vim:set ts=4 sw=4 et fdm=marker:
use lib '.';
use Test::Nginx::Socket::Lua;
use t::Util;

Expand Down

0 comments on commit 692dc88

Please sign in to comment.