Skip to content

Commit

Permalink
Push current directory to @inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-utashiro committed Jan 23, 2018
1 parent 872fed0 commit 36cb4f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions t/01_run.t
Expand Up @@ -4,10 +4,11 @@ use utf8;
use Test::More;
use File::Spec;
use open IO => ':utf8';
use t::Util;

use Text::ParseWords;

use lib '.';
use t::Util;

my $lib = File::Spec->rel2abs('lib');
my $greple = File::Spec->rel2abs('script/greple');

Expand Down
2 changes: 2 additions & 0 deletions t/02_search.t
Expand Up @@ -4,6 +4,8 @@ use utf8;
use Test::More;
use File::Spec;
use open IO => ':utf8';

use lib '.';
use t::Util;

like(greple('-e "fox" t/SAMPLE.txt')->result,
Expand Down
1 change: 1 addition & 0 deletions t/03_ja.t
Expand Up @@ -5,6 +5,7 @@ use Test::More;
use File::Spec;
use open IO => ':utf8';

use lib '.';
use t::Util;

like(greple(q(イーハトーヴォ t/JA.txt))->result,
Expand Down

0 comments on commit 36cb4f7

Please sign in to comment.