Skip to content

Commit eb0de9b

Browse files
committed
ssh/terminal: enable tests for aix
Enable the tests on aix after support was added in CL 151077. Change-Id: I2dcdaaa54d7c27b7697224e0f3cfab3cf0b52b6a Reviewed-on: https://go-review.googlesource.com/c/151437 Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Clément Chigot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent e657309 commit eb0de9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh/terminal/terminal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build darwin dragonfly freebsd linux,!appengine netbsd openbsd windows plan9 solaris
5+
// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd windows plan9 solaris
66

77
package terminal
88

0 commit comments

Comments
 (0)