X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fds-leak.t;h=ea0eeaa651b06eb4e0636f4ba8d74cd440d73c57;hb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;hp=34ffc125ed49a8dfcc975550b4cc4acc299d3ed4;hpb=ecea327e3d4386a22652fc08f71ac7d65b8f9b70;p=public-inbox.git diff --git a/t/ds-leak.t b/t/ds-leak.t index 34ffc125..ea0eeaa6 100644 --- a/t/ds-leak.t +++ b/t/ds-leak.t @@ -1,4 +1,4 @@ -# Copyright (C) 2019 all contributors +# Copyright (C) 2019-2020 all contributors # Licensed the same as Danga::Socket (and Perl5) # License: GPL-1.0+ or Artistic-1.0-Perl # @@ -20,7 +20,7 @@ if ('close-on-exec for epoll and kqueue') { my ($r, $w); pipe($r, $w) or die "pipe: $!"; - PublicInbox::DS->AddTimer(0, sub { $pid = spawn([qw(sleep 10)]) }); + PublicInbox::DS::add_timer(0, sub { $pid = spawn([qw(sleep 10)]) }); PublicInbox::DS->EventLoop; ok($pid, 'subprocess spawned');