From: Russ Cox Date: Fri, 1 Mar 2013 17:13:42 +0000 (-0500) Subject: build: disable cgo test on openbsd X-Git-Tag: go1.1rc2~740 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f5ceeb94a8054dda97d6331ec689037b4aff6a3a;p=gostls13.git build: disable cgo test on openbsd Update #4878. R=golang-dev CC=golang-dev https://golang.org/cl/7450048 --- diff --git a/src/run.bash b/src/run.bash index a2abc6797b..a026b459ce 100755 --- a/src/run.bash +++ b/src/run.bash @@ -74,6 +74,7 @@ go run $GOROOT/test/run.go - . ) || exit $? [ "$CGO_ENABLED" != 1 ] || +[ "$GOHOSTOS" == openbsd ] || # issue 4878 (xcd ../misc/cgo/test go test ) || exit $?