libxml2: fix test method (#37242)

This was discovered using #34236
This commit is contained in:
Massimiliano Culpo 2023-04-28 13:45:16 +02:00 committed by GitHub
parent fec20bb567
commit ddd191b1c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ def test(self):
"""Perform smoke tests on the installed package"""
# Start with what we already have post-install
tty.msg("test: Performing simple import test")
self.import_module_test()
self.builder.import_module_test()
data_dir = self.test_suite.current_test_data_dir