From 5c040fccd0ddbe6df248fd7b9ff44400fa0d7004 Mon Sep 17 00:00:00 2001 From: Joe George Date: Tue, 28 Mar 2017 09:55:37 -0400 Subject: ICE-7483 - Rename OS X to macOS --- scripts/TestController.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/TestController.py') diff --git a/scripts/TestController.py b/scripts/TestController.py index f1979a20075..20a42880823 100644 --- a/scripts/TestController.py +++ b/scripts/TestController.py @@ -34,7 +34,7 @@ def removeTrustSettings(): print("trust settings already removed") # -# On OS X, provide an option to allow removing the trust settings +# On macOS, provide an option to allow removing the trust settings # if TestUtil.isDarwin(): try: @@ -67,7 +67,7 @@ signal.signal(signal.SIGTERM, signal_handler) if TestUtil.isDarwin(): # - # On OS X, we set the trust settings on the certificate to prevent + # On macOS, we set the trust settings on the certificate to prevent # the Web browsers from prompting the user about the unstrusted # certificate. Some browsers such as Chrome don't provide the # option to set this trust settings. -- cgit v1.2.3