X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2FMakefile.am;h=c00a615f76ab8e2eb0c8e0f5f5cef1bb89669c7d;hb=ce18be33cd5279a8d4120eedd037400c275585c0;hp=fada8414f6147ba3b21e755809c8aa0950c50f6b;hpb=ce5a8978b54f409de4347f16f7065b063cb47cf1;p=libguestfs.git diff --git a/regressions/Makefile.am b/regressions/Makefile.am index fada841..c00a615 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 \ @@ -41,6 +42,7 @@ TESTS = \ test-find0.sh \ test-guestfish-a.sh \ test-guestfish-d.sh \ + test-guestfish-escapes.sh \ test-guestfish-tilde.sh \ test-inspect-fstab.sh \ test-launch-race.pl \ @@ -70,6 +72,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"