Skip to content

Commit 2d608a1

Browse files
authored
Merge pull request #70 from Wabri/fix/mocked-container/process-list
Update condition for process list definitions in 12_mocked_container
2 parents cfe0fdd + c0f966f commit 2d608a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/12_mocked_container.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sub mock_test {
4040

4141
attempt {
4242
attempts => 20,
43-
condition => sub { defined $cgroups->first->process_list },
43+
condition => sub { $cgroups->first->process_list // '' =~ /\d+/ },
4444
cb => sub { sleep 1; }
4545
};
4646

0 commit comments

Comments
 (0)