tests: fix intermittent failure for test-sysroot

libtestExec doesn't run twice the same process now.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2014-11-10 19:48:45 +01:00
parent 1c2e20af25
commit bbd3fd7a22

View File

@ -41,7 +41,6 @@ function libtestExec(shellCode) {
GSystem.SubprocessStreamDisposition.INHERIT,
GSystem.SubprocessStreamDisposition.INHERIT,
null);
proc.init(null);
proc.wait_sync_check(null);
}