aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2023-04-28 11:00:06 +0200
committerGopher Robot <gobot@golang.org>2023-05-04 16:27:40 +0000
commit3ef80564904258d0d9b19a879c805574d184f941 (patch)
treec8f3308be2acb29868ad4d3f1869b5f4ed1bb645
parenta8cc953517d1e689f501d9fcd7b6659a177d2216 (diff)
downloadgo-x-crypto-3ef80564904258d0d9b19a879c805574d184f941.tar.xz
ssh/test: enable on solaris
Change-Id: Icf9c867e64ef68f6f46dd7d4cec07cf7c315c2ad Reviewed-on: https://go-review.googlesource.com/c/crypto/+/490155 Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
-rw-r--r--ssh/test/agent_unix_test.go4
-rw-r--r--ssh/test/banner_test.go4
-rw-r--r--ssh/test/cert_test.go4
-rw-r--r--ssh/test/dial_unix_test.go4
-rw-r--r--ssh/test/forward_unix_test.go4
-rw-r--r--ssh/test/session_test.go4
-rw-r--r--ssh/test/test_unix_test.go4
7 files changed, 14 insertions, 14 deletions
diff --git a/ssh/test/agent_unix_test.go b/ssh/test/agent_unix_test.go
index 9df2b4e..d90526c 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 f149d6d..22bdd67 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 8506e4b..77891e3 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 6d5a735..d3e3d54 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 9b82e7c..f0595af 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 2d32769..7d96ced 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 95e2e30..3012a97 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