[Libguestfs] [PATCH 4/8] lua: Remove bogus use of $(VG).

Richard W.M. Jones rjones at redhat.com
Mon Feb 22 13:59:15 UTC 2016


No check-valgrind is used in this subdirectory anyway.
---
 lua/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/Makefile.am b/lua/Makefile.am
index 4c01e80..264f170 100644
--- a/lua/Makefile.am
+++ b/lua/Makefile.am
@@ -64,7 +64,7 @@ guestfs.so: libluaguestfs.la
 	ln -sf .libs/libluaguestfs.so $@
 
 # Tests.
-TESTS_ENVIRONMENT = LC_ALL=C $(top_builddir)/run --test $(VG)
+TESTS_ENVIRONMENT = LC_ALL=C $(top_builddir)/run --test
 TESTS = \
 	run-bindtests \
 	tests/010-load.lua \
-- 
2.5.0




More information about the Libguestfs mailing list