Guido Guenther <agx(a)sigxcpu.org> wrote:
...not the one in $PATH. I was wondering why this test kept
failing...
You shouldn't need that change, since "make check" already sets PATH
so that $abs_top_builddir/qemud is early in PATH. And it does it
in such a way that it should work even if the absolute path
contains shell meta-characters.
Are you trying to run the test manually via "./daemon-conf"?
If you want to run just that one test, use this:
make -C tests check TESTS=daemon-conf
diff --git a/tests/daemon-conf b/tests/daemon-conf
...
+LIBVIRTD=$abs_top_builddir/qemud/libvirtd
...