X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=t%2F20-each.t;h=5c337e7e8637244a4df177da9b9b039d04caf8c0;hp=a5d47c2afc0e0097aa3b2e61bd85a286dfd3731a;hb=9fa31a712601956c8e4c34cbfc0af111346920c3;hpb=a5ba1389e8ec450b16fd6e283f3edc80df1878c9 diff --git a/t/20-each.t b/t/20-each.t index a5d47c2..5c337e7 100644 --- a/t/20-each.t +++ b/t/20-each.t @@ -89,7 +89,7 @@ is(grep({ ref eq 'ARRAY' } @expected), 3, 'all of them are array references'); @$_, map({ catdir($tmpdir, $_) } @{$_}[1 .. 3]), $tmpdir, - '@n', '@x' + '%n', '%x' ], @expected; sub try { @@ -99,7 +99,7 @@ sub try { git => abs_path('t/bin/git'), root => $tmpdir, cmd => $cmd, - args => [ abs_path($filename), $cmd, qw/@n @g @w @b @G @W @B @R @@n @x/ ], + args => [ abs_path($filename), $cmd, qw/%n %g %w %b %G %W %B %R %%n %x/ ], policy => $policy, ); isnt($ar, undef, "each $cmd has a defined object");