mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-13 00:58:43 +03:00
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:
parent
1c2e20af25
commit
bbd3fd7a22
@ -41,7 +41,6 @@ function libtestExec(shellCode) {
|
||||
GSystem.SubprocessStreamDisposition.INHERIT,
|
||||
GSystem.SubprocessStreamDisposition.INHERIT,
|
||||
null);
|
||||
proc.init(null);
|
||||
proc.wait_sync_check(null);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user