Skip to content

Commit 72d30a6

Browse files
authored
Merge pull request #65 from charsbar/always_use_wait_for_stop_patch
2 parents dcafabf + d135061 commit 72d30a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

t/lib/DodTestUtil.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ sub dsn {
7373
$dsn;
7474
};
7575
}
76-
if ($driver eq 'MySQL') {
76+
{
77+
no warnings 'redefine';
7778
*Test::mysqld::wait_for_stop = sub {
7879
my $self = shift;
7980
local $?; # waitpid may change this value :/

0 commit comments

Comments
 (0)