tests: Remove bogus use of $(VG).

This commit is contained in:
Richard W.M. Jones
2016-02-22 12:34:28 +00:00
parent 085815ce10
commit dd7be596f5
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \

View File

@@ -27,7 +27,7 @@ TESTS = \
test-daemon-start.pl \
test-btrfs.pl
TESTS_ENVIRONMENT = $(top_builddir)/run --test $(VG)
TESTS_ENVIRONMENT = $(top_builddir)/run --test
EXTRA_DIST = \
captive-daemon.pm \