mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: Remove bogus use of $(VG).
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user