From bbd3fd7a228751ad44ecd24bf57f22f29e97a847 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 10 Nov 2014 19:48:45 +0100 Subject: [PATCH] tests: fix intermittent failure for test-sysroot libtestExec doesn't run twice the same process now. Signed-off-by: Giuseppe Scrivano --- tests/test-sysroot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-sysroot.js b/tests/test-sysroot.js index 671eaac3..da9c7323 100644 --- a/tests/test-sysroot.js +++ b/tests/test-sysroot.js @@ -41,7 +41,6 @@ function libtestExec(shellCode) { GSystem.SubprocessStreamDisposition.INHERIT, GSystem.SubprocessStreamDisposition.INHERIT, null); - proc.init(null); proc.wait_sync_check(null); }