From 7004fafc6989efbbb1ef46723e8a91f936f16249 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Sat, 21 Jan 2012 22:39:59 +0100 Subject: Replace setting of environment variables with usage of local run script (Includes fix by RWMJ) --- ruby/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ruby') diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 8139140a..361277e1 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -47,10 +47,8 @@ if HAVE_RUBY TESTS = run-bindtests run-ruby-tests TESTS_ENVIRONMENT = \ - LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ - LIBGUESTFS_PATH=$(top_builddir)/appliance \ - TMPDIR=$(top_builddir) \ - RUBY=$(RUBY) + RUBY=$(RUBY) \ + $(top_builddir)/run all: $(generator_built) $(RAKE) build -- cgit