X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=t%2F21-once.t;h=1b0e88ba0e5e6cf1935fe4bd3a0c5be09c4b90f7;hp=cf790462518946c8018d767f50dce2bf322c88ff;hb=eb3cdeba8301dba3e0444658b97c24e3a73fad84;hpb=059db7acc549028de142c82c375a46a5ad03a026 diff --git a/t/21-once.t b/t/21-once.t index cf79046..1b0e88b 100644 --- a/t/21-once.t +++ b/t/21-once.t @@ -18,7 +18,7 @@ for (qw/version help daemon init/) { my ($fh, $filename) = tempfile(UNLINK => 1); my $exit = App::Rgit->new( git => abs_path('t/bin/git'), - root => 't/repos', + root => 't', cmd => $_, args => [ abs_path($filename), $_, qw/^n ^g ^w ^b ^^/ ] )->run;