From 5c4920f7cdc0bea0deadf186e24701575a6bf2da Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 27 Nov 2018 09:28:20 +0100 Subject: [PATCH] ssh/terminal: enable tests for aix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 TryBot-Result: Gobot Gobot Reviewed-by: Clément Chigot Reviewed-by: Ian Lance Taylor --- terminal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal_test.go b/terminal_test.go index d9b77c1..5e5d33b 100644 --- a/terminal_test.go +++ b/terminal_test.go @@ -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