Browse Source

Switched Repo.t dump to YAML (more concise)

Alois Mahdal 11 years ago
parent
commit
d93d63ff9e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      t/Repo.t

+ 1
- 1
t/Repo.t View File

@@ -21,6 +21,6 @@ is($bc, 13, "parse() reported 13 non-header lines");
21 21
 
22 22
 my $sts = $stm->generate_slave({ proto => "imap", os => "wxx" });
23 23
 ok($sts,            "slave is true");
24
-&helper::dmupp(slave=>$sts);
24
+&helper::dmup(slave=>$sts);
25 25
 
26 26
 done_testing();