Commit f5ceeb94 authored by Russ Cox's avatar Russ Cox

build: disable cgo test on openbsd

Update #4878.

R=golang-dev
CC=golang-dev
https://golang.org/cl/7450048
parent 83f59d0a
......@@ -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 $?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment