comparison test/runtime/6929067/Test6929067.sh @ 3960:f08d439fab8c

7089790: integrate bsd-port changes Reviewed-by: kvn, twisti, jrose Contributed-by: Kurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
author never
date Sun, 25 Sep 2011 16:03:29 -0700
parents 3b3d12e645e7
children 037973617842
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
27 Linux) 27 Linux)
28 NULL=/dev/null 28 NULL=/dev/null
29 PS=":" 29 PS=":"
30 FS="/" 30 FS="/"
31 ;; 31 ;;
32 SunOS | Windows_* ) 32 SunOS | Windows_* | *BSD)
33 NULL=NUL 33 NULL=NUL
34 PS=";" 34 PS=";"
35 FS="\\" 35 FS="\\"
36 echo "Test passed; only valid for Linux" 36 echo "Test passed; only valid for Linux"
37 exit 0; 37 exit 0;