diff --git a/contrib/devtools/test-security-check.py b/contrib/devtools/test-security-check.py index 1a83f7f0a2..ccefbe0efd 100755 --- a/contrib/devtools/test-security-check.py +++ b/contrib/devtools/test-security-check.py @@ -131,7 +131,7 @@ def test_MACHO(self): self.assertEqual(call_security_check(cc, source, executable, ['-fstack-protector-all']), (1, executable+': failed LAZY_BINDINGS CONTROL_FLOW')) self.assertEqual(call_security_check(cc, source, executable, ['-Wl,-bind_at_load','-fstack-protector-all']), - (0, '')) + (1, executable+': failed CONTROL_FLOW')) clean_files(source, executable)