X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=cat%2FMakefile.am;h=b044c238120b1d120f82f9374089a620fbaf3d65;hb=1bfdc3f0b0d486cc2a8da291ab63ed90c2523b2f;hp=d7bc7e828c0568f93714a94b3726704c0e4daec0;hpb=b8e1dee73a1deef1bfd5937e2abfbe9afef7b1ef;p=libguestfs.git diff --git a/cat/Makefile.am b/cat/Makefile.am index d7bc7e8..b044c23 100644 --- a/cat/Makefile.am +++ b/cat/Makefile.am @@ -18,13 +18,10 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = \ - run-cat-locally \ test-virt-cat.sh \ virt-cat.pod \ - run-filesystems-locally \ test-virt-filesystems.sh \ virt-filesystems.pod \ - run-ls-locally \ test-virt-ls.sh \ virt-ls.pod @@ -133,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