1
0
mirror of https://github.com/golang/go synced 2024-11-23 04:40:09 -07:00

build: disable cgo test on openbsd

Update #4878.

R=golang-dev
CC=golang-dev
https://golang.org/cl/7450048
This commit is contained in:
Russ Cox 2013-03-01 12:13:42 -05:00
parent 83f59d0a4f
commit f5ceeb94a8

View File

@ -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 $?