From 3ef80564904258d0d9b19a879c805574d184f941 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 28 Apr 2023 11:00:06 +0200 Subject: [PATCH] ssh/test: enable on solaris Change-Id: Icf9c867e64ef68f6f46dd7d4cec07cf7c315c2ad Reviewed-on: https://go-review.googlesource.com/c/crypto/+/490155 Reviewed-by: Bryan Mills Reviewed-by: Ian Lance Taylor Run-TryBot: Tobias Klauser TryBot-Result: Gopher Robot Auto-Submit: Tobias Klauser --- ssh/test/agent_unix_test.go | 4 ++-- ssh/test/banner_test.go | 4 ++-- ssh/test/cert_test.go | 4 ++-- ssh/test/dial_unix_test.go | 4 ++-- ssh/test/forward_unix_test.go | 4 ++-- ssh/test/session_test.go | 4 ++-- ssh/test/test_unix_test.go | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ssh/test/agent_unix_test.go b/ssh/test/agent_unix_test.go index 9df2b4e7ec..d90526c5cf 100644 --- a/ssh/test/agent_unix_test.go +++ b/ssh/test/agent_unix_test.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd -// +build aix darwin dragonfly freebsd linux netbsd openbsd +//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package test diff --git a/ssh/test/banner_test.go b/ssh/test/banner_test.go index f149d6da8c..22bdd67d19 100644 --- a/ssh/test/banner_test.go +++ b/ssh/test/banner_test.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd -// +build aix darwin dragonfly freebsd linux netbsd openbsd +//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package test diff --git a/ssh/test/cert_test.go b/ssh/test/cert_test.go index 8506e4b16c..77891e3622 100644 --- a/ssh/test/cert_test.go +++ b/ssh/test/cert_test.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd -// +build aix darwin dragonfly freebsd linux netbsd openbsd +//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package test diff --git a/ssh/test/dial_unix_test.go b/ssh/test/dial_unix_test.go index 6d5a735485..d3e3d54ed4 100644 --- a/ssh/test/dial_unix_test.go +++ b/ssh/test/dial_unix_test.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build !windows && !solaris && !js && !wasip1 -// +build !windows,!solaris,!js,!wasip1 +//go:build !windows && !js && !wasip1 +// +build !windows,!js,!wasip1 package test diff --git a/ssh/test/forward_unix_test.go b/ssh/test/forward_unix_test.go index 9b82e7c827..f0595af75e 100644 --- a/ssh/test/forward_unix_test.go +++ b/ssh/test/forward_unix_test.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd -// +build aix darwin dragonfly freebsd linux netbsd openbsd +//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package test diff --git a/ssh/test/session_test.go b/ssh/test/session_test.go index 2d3276993b..7d96ced35d 100644 --- a/ssh/test/session_test.go +++ b/ssh/test/session_test.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build !windows && !solaris && !js && !wasip1 -// +build !windows,!solaris,!js,!wasip1 +//go:build !windows && !js && !wasip1 +// +build !windows,!js,!wasip1 package test diff --git a/ssh/test/test_unix_test.go b/ssh/test/test_unix_test.go index 95e2e301b7..3012a9787f 100644 --- a/ssh/test/test_unix_test.go +++ b/ssh/test/test_unix_test.go @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || plan9 -// +build aix darwin dragonfly freebsd linux netbsd openbsd plan9 +//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || plan9 || solaris +// +build aix darwin dragonfly freebsd linux netbsd openbsd plan9 solaris package test