Fix typo preventing soname unit tests from running

Fix a typo in ac256cb6 preventing soname unit tests from running
pull/3233/head
Jon Turney 7 years ago committed by Jussi Pakkanen
parent 98fc7a82dc
commit 7bf29b8efd
  1. 2
      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')

Loading…
Cancel
Save