X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=t%2F20-each.t;fp=t%2F20-each.t;h=a3a26e5e4a827c6eefe9114ac48e747735e99a70;hp=aa978cdde111966ca713b40debb356d9a51fe2d9;hb=a35a1fae17b8e75696ef1e5474aaa99222594a6a;hpb=e295d1865b0480223b82fe2373ba79cf5485466e diff --git a/t/20-each.t b/t/20-each.t index aa978cd..a3a26e5 100644 --- a/t/20-each.t +++ b/t/20-each.t @@ -4,7 +4,7 @@ use strict; use warnings; use Cwd qw/cwd abs_path/; -use File::Spec::Functions qw/curdir catdir catfile/; +use File::Spec::Functions qw/catdir catfile/; use File::Temp qw/tempfile tempdir/; use Test::More; @@ -129,7 +129,7 @@ sub try { ); my $ar = App::Rgit->new( - git => catfile(curdir, qw/t bin git/), + git => 't/bin/git', root => $tmpdir, cmd => $cmd, args => [ abs_path($filename), $cmd, qw/%n %g %w %b %G %W %B %R %%n %x/ ],