Browse Source

* forgotten commit to redir.ExecuteProcess

git-svn-id: trunk@33001 -
florian 9 years ago
parent
commit
1cb91cc7bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/utils/redir.pp

+ 1 - 1
tests/utils/redir.pp

@@ -1101,7 +1101,7 @@ begin
     counter:=0;
     counter:=0;
 {$endif not Windows}
 {$endif not Windows}
 {$else}
 {$else}
-    P.WaitForExit(max_count);
+    P.WaitOnExit(max_count);
     counter:=max_count;
     counter:=max_count;
 {$endif}
 {$endif}