X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=capitests%2FMakefile.am;h=9802a06ad658d0a568742a7b6133f3a66e6dfba8;hp=7e35872ee121336e3dc73a26eba30eb8fd20f0d1;hb=f7d18c84dde596699ffc5100fec2cf7b0d582450;hpb=54ea124b160eda705c96dfc664b4056848887856 diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 7e35872..9802a06 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -57,6 +57,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)