diff options
Diffstat (limited to 'tests/md')
-rw-r--r-- | tests/md/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/md/Makefile.am b/tests/md/Makefile.am index 189f4ca4..06352da6 100644 --- a/tests/md/Makefile.am +++ b/tests/md/Makefile.am @@ -28,9 +28,7 @@ random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null) TESTS_ENVIRONMENT = \ MALLOC_PERTURB_=$(random_val) \ - LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ - LIBGUESTFS_PATH=$(top_builddir)/appliance \ - TMPDIR=$(top_builddir) + $(top_builddir)/run EXTRA_DIST = \ $(TESTS)
\ No newline at end of file |