X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=capitests%2FMakefile.am;h=d84377ac6dacc05357d471183ab4f8525260623c;hb=7f35002e2301478b602e6d6c890508c25e153d71;hp=487a33f9ad84e68fe062c7d59d54fceed1c8367d;hpb=eb6119da38ed98f9fe902401614c2d14ed20bb2e;p=libguestfs.git diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 487a33f..d84377a 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -55,6 +55,7 @@ TESTS_ENVIRONMENT = \ SKIP_TEST_COMMAND=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ SKIP_TEST_COMMAND_LINES=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ + TMPDIR=$(top_builddir) \ $(VG) #SKIP_TEST_CHECKSUM_8=$(shell if test `find ../initramfs -name squashfs.ko | wc -l` -eq 0; then echo 1; fi)