summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2014-11-10 19:48:45 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2014-11-10 19:48:45 +0100
commitbbd3fd7a228751ad44ecd24bf57f22f29e97a847 (patch)
tree91fc692e55aacc528b271ee5b9efb21eafb4dc47
parent1c2e20af25b21abc0dee1547a0d5bad1a21c0b58 (diff)
downloadostree-bbd3fd7a228751ad44ecd24bf57f22f29e97a847.tar.gz
tests: fix intermittent failure for test-sysroot
libtestExec doesn't run twice the same process now. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r--tests/test-sysroot.js1
1 files changed, 0 insertions, 1 deletions
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);
}