X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=df%2FMakefile.am;h=c6814d8efcdf4aa7074dec66be87d585729bdc8a;hb=88f9599e1f55a440d34c93dae2e39d5574ffca7a;hp=69c61401d234efc05470429e482dc03f3447c546;hpb=d642bef76613be44be733bbfcdb560d86c8ef8b5;p=libguestfs.git diff --git a/df/Makefile.am b/df/Makefile.am index 69c6140..c6814d8 100644 --- a/df/Makefile.am +++ b/df/Makefile.am @@ -78,6 +78,7 @@ random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null) TESTS_ENVIRONMENT = \ MALLOC_PERTURB_=$(random_val) \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ - LIBGUESTFS_PATH=$(top_builddir)/appliance + LIBGUESTFS_PATH=$(top_builddir)/appliance \ + TMPDIR=$(top_builddir) TESTS = test-virt-df.sh