提交 3e8c2f30 编写于 作者: A Andrea Bolognani

tests: Don't use TEST_DRIVER_DIR in virTestCaptureProgramExecChild()

TEST_DRIVER_DIR is defined as "$(top_builddir)/src/.libs"; however,
as of commit bc6e2063, virDriverLoadModule() will search (the
absolute version of) that directory automatically, which means
passing it through the environment is no longer necessary.
Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
Reviewed-by: NMartin Kletzander <mkletzan@redhat.com>
上级 b635eb85
......@@ -443,7 +443,6 @@ void virTestCaptureProgramExecChild(const char *const argv[],
int stdinfd = -1;
const char *const env[] = {
"LANG=C",
"LIBVIRT_DRIVER_DIR=" TEST_DRIVER_DIR,
NULL
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册