瀏覽代碼

* forgotten commit to redir.ExecuteProcess

git-svn-id: trunk@33001 -
florian 9 年之前
父節點
當前提交
1cb91cc7bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/utils/redir.pp

+ 1 - 1
tests/utils/redir.pp

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