diff options
Diffstat (limited to 'ocaml')
-rw-r--r-- | ocaml/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 252a3370..5813f84b 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -70,6 +70,7 @@ endif TESTS_ENVIRONMENT = \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ + TMPDIR=$(top_builddir) \ $(VG) TESTS = run-bindtests \ |