From 7bf29b8efdb1234e3a0ff68586821ee54f91903a Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Mon, 12 Mar 2018 14:18:45 +0000 Subject: Fix typo preventing soname unit tests from running Fix a typo in ac256cb6 preventing soname unit tests from running --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_unittests.py b/run_unittests.py index cbae559..38728ab 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -2318,7 +2318,7 @@ class LinuxlikeTests(BasePlatformTests): self.assertTrue(msg in mesonlog or msg2 in mesonlog) def _test_soname_impl(self, libpath, install): - if is_cygwin() or is_osx: + if is_cygwin() or is_osx(): raise unittest.SkipTest('Test only applicable to ELF and linuxlike sonames') testdir = os.path.join(self.unit_test_dir, '1 soname') -- cgit v1.1