summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_and_catch_crashes2
-rwxr-xr-xtest/suite-capture.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/run_and_catch_crashes b/test/run_and_catch_crashes
index 1200627e16..f8b03dd4c1 100755
--- a/test/run_and_catch_crashes
+++ b/test/run_and_catch_crashes
@@ -32,7 +32,7 @@
# It can also be done for other tests, to get more information than
# "it crashed due to signal XXX" if the tests fail with a crash signal.
#
-# XXX - on OS X, core dumps are in /cores/core.{PID}; would they appear
+# XXX - on macOS, core dumps are in /cores/core.{PID}; would they appear
# elsewhere on any other UN*X?
#
rm -f core
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index 3b0c685e9e..f35c0c48dd 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -468,7 +468,7 @@ wireshark_gtk_capture_suite() {
# WIRESHARK_QUIT_AFTER_CAPTURE needs to be set.
#
- # NOTE: if, on OS X, we start using a native-Quartz toolkit,
+ # NOTE: if, on macOS, we start using a native-Quartz toolkit,
# this would need to change to check for WS_SYSTEM being
# "Darwin" and, if it is, check whether the standard output
# of "launchctl managername" is "Aqua".