X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstart_core.t;h=3b5aeae0b29d819759867cf4687e0b28b343ed21;hb=1b315002f7e87ede72405474f0efab1864769fac;hp=4c63f4baedc1afe8af77d63211dae89c45b06d5d;hpb=a711172670b40e3a6033791ef6a747031ec7464b;p=scpubgit%2FObject-Remote.git diff --git a/t/start_core.t b/t/start_core.t index 4c63f4b..3b5aeae 100644 --- a/t/start_core.t +++ b/t/start_core.t @@ -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); };