X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=cat%2FMakefile.am;h=b044c238120b1d120f82f9374089a620fbaf3d65;hb=6b68c17e07a57d7aec9adc778f41b4c772a235bd;hp=a049a61937b7604cafa1b84c814b79acb7453433;hpb=d642bef76613be44be733bbfcdb560d86c8ef8b5;p=libguestfs.git diff --git a/cat/Makefile.am b/cat/Makefile.am index a049a61..b044c23 100644 --- a/cat/Makefile.am +++ b/cat/Makefile.am @@ -130,6 +130,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-cat.sh test-virt-filesystems.sh test-virt-ls.sh