aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec_posix_test.go
diff options
context:
space:
mode:
authorClément Chigot <clement.chigot@atos.net>2018-09-28 15:57:27 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2018-10-11 15:41:04 +0000
commit835f983da6866deec1c6550555c96de729c8848c (patch)
tree6d7bdf3f914e8623fb6c03a448245aa2c8ab2462 /src/os/exec/exec_posix_test.go
parent69c5830c2b74b9bf0701352f2e5773227cb6f304 (diff)
downloadgo-835f983da6866deec1c6550555c96de729c8848c.tar.gz
go-835f983da6866deec1c6550555c96de729c8848c.zip
os: add AIX operating system
This commit adds AIX operating system to os package for ppc64 architecture. Updates: #25893 Change-Id: Ieb9a2b3ac5b9abd3b5ab68eb732c17b6256d624d Reviewed-on: https://go-review.googlesource.com/c/138725 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/os/exec/exec_posix_test.go')
-rw-r--r--src/os/exec/exec_posix_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/exec/exec_posix_test.go b/src/os/exec/exec_posix_test.go
index 865b6c3ced..46799cdbdb 100644
--- a/src/os/exec/exec_posix_test.go
+++ b/src/os/exec/exec_posix_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 netbsd openbsd solaris
+// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
package exec_test