Skip to content

Commit f7c9af2

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 <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Clément Chigot <clement.chigot@atos.net> Reviewed-by: Ian Lance Taylor <iant@golang.org>
1 parent 3cdb0d0 commit f7c9af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)