mirror of
https://github.com/golang/term.git
synced 2026-02-08 11:46:05 +03:00
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>
This commit is contained in:
committed by
Tobias Klauser
parent
47e6c8196c
commit
5c4920f7cd
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin dragonfly freebsd linux,!appengine netbsd openbsd windows plan9 solaris
|
||||
// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd windows plan9 solaris
|
||||
|
||||
package terminal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user