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

Commit

Permalink
Alter fix from merged PR
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Aug 4, 2024
1 parent 5d7ced9 commit cb58be1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions t/regression/291-async-subtest-done-testing.t
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
use Test2::V0;

BEGIN {
require Config;
skip_all('no fork')
unless ($Config::Config{d_fork} or $Config::Config{d_pseudofork});
}
use Test2::Require::RealFork;

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

Expand Down

0 comments on commit cb58be1

Please sign in to comment.