From: Vincent Pit Date: Sun, 5 Oct 2008 22:31:19 +0000 (+0200) Subject: Do the repository checks in the right order X-Git-Tag: v0.02~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=commitdiff_plain;h=3f21240544fde9c3eb947dc0328ba97c4629cae1 Do the repository checks in the right order --- diff --git a/t/20-each.t b/t/20-each.t index 5e8c8fd..1e14fac 100644 --- a/t/20-each.t +++ b/t/20-each.t @@ -58,7 +58,7 @@ my @expected = sort { $a->[0] cmp $b->[0] } build({ }, z => { '.git' => { - HEAD => 1 + refs => { dummy => 1 }, } } }, @@ -69,8 +69,8 @@ my @expected = sort { $a->[0] cmp $b->[0] } build({ }, 't' => { 't.git' => { - HEAD => 1, refs => { dummy => 1 }, + objects => { dummy => 1 }, } } },