comparison 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
comparison
equal deleted inserted replaced
6260:5e2dc722e70d 6598:6acee021f5ac
35 # we can recognise that. 35 # we can recognise that.
36 36
37 # set platform-dependent variables 37 # set platform-dependent variables
38 OS=`uname -s` 38 OS=`uname -s`
39 case "$OS" in 39 case "$OS" in
40 SunOS | Linux ) 40 SunOS | Linux | Darwin )
41 FS="/" 41 FS="/"
42 RM=/bin/rm 42 RM=/bin/rm
43 CP=/bin/cp 43 CP=/bin/cp
44 MV=/bin/mv 44 MV=/bin/mv
45 ## for solaris, linux it's HOME 45 ## for solaris, linux it's HOME