We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfe0fdd + c0f966f commit 2d608a1Copy full SHA for 2d608a1
1 file changed
t/12_mocked_container.t
@@ -40,7 +40,7 @@ sub mock_test {
40
41
attempt {
42
attempts => 20,
43
- condition => sub { defined $cgroups->first->process_list },
+ condition => sub { $cgroups->first->process_list // '' =~ /\d+/ },
44
cb => sub { sleep 1; }
45
};
46
0 commit comments