From 357cfd3b035d1ba6438e82cc1cbec105874206b6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 5 Apr 2017 12:15:27 -0700 Subject: A bunch of "{Mac} OS X" -> "macOS" changes. Avoid anachronisms, however; there was no "macOS 10.0" or even "OS X 10.0", for example. It was "Mac OS X" until 10.8 (although 10.7 was sometimes called "OS X" and sometimes called "Mac OS X"), and it was "OS X" from 10.8 to 10.11. Change-Id: Ie4a848997dcc6c45c2245c1fb84ec526032375c3 Reviewed-on: https://code.wireshark.org/review/20933 Reviewed-by: Guy Harris --- tools/test-common.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools/test-common.sh') diff --git a/tools/test-common.sh b/tools/test-common.sh index 74c955bfd3..22987a28e2 100755 --- a/tools/test-common.sh +++ b/tools/test-common.sh @@ -54,11 +54,11 @@ MAX_CPU_TIME=600 # Stop the child process if it's using more than y * 1024 bytes MAX_VMEM=1000000 # Stop the child process if its stack is larger than than z * 1024 bytes -# Windows XP: 2033 -# Windows 7: 2034 -# OS X 10.6: 8192 -# Linux 2.6.24: 8192 -# Solaris 10: 8192 +# Windows XP: 2033 +# Windows 7: 2034 +# Mac OS X 10.6: 8192 +# Linux 2.6.24: 8192 +# Solaris 10: 8192 MAX_STACK=2033 # Insert z times an error into the capture file (0.02 seems to be a good value to find errors) ERR_PROB=0.02 -- cgit v1.2.1