summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2012-01-21 22:39:59 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-01-23 09:08:21 +0000
commit7004fafc6989efbbb1ef46723e8a91f936f16249 (patch)
tree466136c1504c01979c251046db8a54fb2051f02b /haskell
parent5cfd3e7b3e1a7a4031f676d5b65392c7de113164 (diff)
downloadlibguestfs-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 'haskell')
-rw-r--r--haskell/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/haskell/Makefile.am b/haskell/Makefile.am
index 3781f076..4ce05d47 100644
--- a/haskell/Makefile.am
+++ b/haskell/Makefile.am
@@ -28,9 +28,7 @@ EXTRA_DIST = $(generator_built) *.hs run-bindtests
if HAVE_HASKELL
TESTS_ENVIRONMENT = \
- LD_LIBRARY_PATH=$(top_builddir)/src/.libs \
- LIBGUESTFS_PATH=$(top_builddir)/appliance \
- TMPDIR=$(top_builddir) \
+ $(top_builddir)/run \
$(VG)
# Don't run the bindtests: they don't build since the addition of optargs.