diff options
author | Hilko Bengen <bengen@hilluzination.de> | 2012-01-21 22:39:59 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-23 09:08:21 +0000 |
commit | 7004fafc6989efbbb1ef46723e8a91f936f16249 (patch) | |
tree | 466136c1504c01979c251046db8a54fb2051f02b /resize | |
parent | 5cfd3e7b3e1a7a4031f676d5b65392c7de113164 (diff) | |
download | libguestfs-7004fafc6989efbbb1ef46723e8a91f936f16249.tar.gz libguestfs-7004fafc6989efbbb1ef46723e8a91f936f16249.tar.xz libguestfs-7004fafc6989efbbb1ef46723e8a91f936f16249.zip |
Replace setting of environment variables with usage of local run script
(Includes fix by RWMJ)
Diffstat (limited to 'resize')
-rw-r--r-- | resize/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/resize/Makefile.am b/resize/Makefile.am index 639c46bb..81e8f162 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -103,9 +103,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 TESTS = test-virt-resize.sh utils_tests |