Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit cb58be1

Browse files
committed
Alter fix from merged PR
1 parent 5d7ced9 commit cb58be1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

t/regression/291-async-subtest-done-testing.t

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
use Test2::V0;
22

3-
BEGIN {
4-
require Config;
5-
skip_all('no fork')
6-
unless ($Config::Config{d_fork} or $Config::Config{d_pseudofork});
7-
}
3+
use Test2::Require::RealFork;
84

95
use Test2::Tools::AsyncSubtest qw/fork_subtest/;
106

0 commit comments

Comments
 (0)