maybe::start
[scpubgit/Object-Remote.git] / t / start_core.t
index 4c63f4b..3b5aeae 100644 (file)
@@ -22,6 +22,10 @@ use File::Spec;
   our $C;
 
   sub get_s2 {
+    shift->maybe::start::_real_get_s2;
+  }
+
+  sub _real_get_s2 {
     future {
       my $f = shift;
       $C = sub { $f->done(S2F->new); undef($f); undef($C); };