X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2FMakefile.am;h=1ce2b712c455a9cd6cb2bbbe0bf5fc6077616d56;hb=1cf083b5c0101cb18337c60746ecab7b1bbeeca0;hp=9c181bd9d36b628401cddcb527b6185cc2b74799;hpb=aff24a249a37ccc96e173732c864895f800fe623;p=libguestfs.git diff --git a/regressions/Makefile.am b/regressions/Makefile.am index 9c181bd..1ce2b71 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -32,6 +32,7 @@ TESTS = \ rhbz576879.sh \ rhbz578407.sh \ rhbz580246.sh \ + rhbz602997.sh \ rhbz690819.sh \ test-add-domain.sh \ test-both-ends-cancel.sh \ @@ -69,6 +70,7 @@ TESTS_ENVIRONMENT = \ MALLOC_PERTURB_=$(random_val) \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ + TMPDIR=$(top_builddir) \ PERL5LIB=$(top_builddir)/perl/blib/lib:$(top_builddir)/perl/blib/arch \ NOEXEC_CHECK="$(top_builddir)/src/.libs/libguestfs.so $(top_builddir)/daemon/guestfsd"