X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2FMakefile.am;h=274b22e1cacf474460c22c2968b0a0637a7d10d3;hb=36e4541018b1fdec53f320dba3caf0d28ad04183;hp=1fde976f56d7fb29cf8475c7782f007bf0d936ac;hpb=ff484e00535e11da17d9c63447abbb6b65e4f11b;p=libguestfs.git diff --git a/python/Makefile.am b/python/Makefile.am index 1fde976..274b22e 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -46,7 +46,8 @@ libguestfsmod_la_LIBADD = $(top_builddir)/src/libguestfs.la TESTS_ENVIRONMENT = \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ - PYTHONPATH=$(builddir):$(builddir)/.libs + PYTHONPATH=$(builddir):$(builddir)/.libs \ + TMPDIR=$(top_builddir) TESTS = run-bindtests run-python-tests