mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: don't add test-dlopen twice
test-dlopen needs to be added only when libdl is available, and it is like that already (within if HAVE_LIBDL); hence don't unconditionally add it as well.
This commit is contained in:
@@ -47,7 +47,6 @@ TESTS = \
|
||||
tests \
|
||||
test-just-header \
|
||||
test-create-handle \
|
||||
test-dlopen \
|
||||
test-config \
|
||||
test-add-drive-opts \
|
||||
test-last-errno \
|
||||
|
||||
Reference in New Issue
Block a user