]> git.vpit.fr Git - perl/modules/rgit.git/commitdiff
Do the repository checks in the right order
authorVincent Pit <vince@profvince.com>
Sun, 5 Oct 2008 22:31:19 +0000 (00:31 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 5 Oct 2008 22:31:19 +0000 (00:31 +0200)
t/20-each.t

index 5e8c8fdf6fdd1608e189d4fe19cc2fb4b929960c..1e14faca1acb12b3c9027ecd8ea2380f320ae88f 100644 (file)
@@ -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 },
    }
   }
  },