diff --git a/tests/runner.pm b/tests/runner.pm index bea6de709a..f85a1925ec 100644 --- a/tests/runner.pm +++ b/tests/runner.pm @@ -1347,8 +1347,8 @@ sub controlleripccall { if(!$multiprocess) { # Call the remote function here in single process mode ipcrecv(); - } - return 0; + } + return 0; } ###################################################################