cmd/objdump: skip extld test on plan9

TBR=iant
CC=golang-codereviews
https://golang.org/cl/164180043
This commit is contained in:
Russ Cox 2014-10-29 00:03:17 -04:00
parent 3ce6a4fb97
commit 08b7805e45

View file

@ -204,7 +204,7 @@ func TestDisasm(t *testing.T) {
func TestDisasmExtld(t *testing.T) {
switch runtime.GOOS {
case "windows":
case "plan9", "windows":
t.Skipf("skipping on %s", runtime.GOOS)
}
testDisasm(t, "-ldflags=-linkmode=external")