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:
Pino Toscano
2015-01-29 12:00:32 +01:00
parent e57ed7cd34
commit 83eea0b197

View File

@@ -47,7 +47,6 @@ TESTS = \
tests \
test-just-header \
test-create-handle \
test-dlopen \
test-config \
test-add-drive-opts \
test-last-errno \