diff test/runtime/7110720/Test7110720.sh @ 6598:6acee021f5ac

7129723: MAC: Some regression tests need to recognize Mac OS X platform Summary: Add Darwin like Linux to shell scripts Reviewed-by: kvn, kamg, dholmes
author coleenp
date Wed, 01 Aug 2012 16:52:43 -0400
parents 1e76463170b3
children 83b6305a5638
line wrap: on
line diff
--- a/test/runtime/7110720/Test7110720.sh	Tue Jul 31 16:01:56 2012 -0400
+++ b/test/runtime/7110720/Test7110720.sh	Wed Aug 01 16:52:43 2012 -0400
@@ -37,7 +37,7 @@
 # set platform-dependent variables
 OS=`uname -s`
 case "$OS" in
-  SunOS | Linux )
+  SunOS | Linux | Darwin )
     FS="/"
     RM=/bin/rm
     CP=/bin/cp