Test waitpid in t/pt-table-sync/pt-1194.t

This commit is contained in:
Sveta Smirnova
2024-11-29 07:08:48 +03:00
parent df2cc0c9ca
commit ef04237618

View File

@@ -97,7 +97,7 @@ diag("OK 11\n");
kill -1, getpgrp($pid1);
kill -1, getpgrp($pid2);
1 while waitpid($pid1, WUNTRACED) > 0;
1 while waitpid($pid1, WNOHANG) > 0;
1 while waitpid($pid2, WNOHANG) > 0;
diag("OK 12\n");