From: Tobias Klauser Date: Tue, 18 Jun 2019 08:26:46 +0000 (+0200) Subject: syscall: enable ReadDirent tests on aix, linux and solaris X-Git-Tag: go1.14beta1~1286 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d865b5caa6bedfe90ce9335af518d17f8107fb91;p=gostls13.git syscall: enable ReadDirent tests on aix, linux and solaris Change-Id: I13fd6bad4600ef909b13ac517ba6a06909b5c703 Reviewed-on: https://go-review.googlesource.com/c/go/+/182379 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/src/syscall/dirent_bsd_test.go b/src/syscall/dirent_test.go similarity index 97% rename from src/syscall/dirent_bsd_test.go rename to src/syscall/dirent_test.go index 43b667b6b6..f63153340a 100644 --- a/src/syscall/dirent_bsd_test.go +++ b/src/syscall/dirent_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 netbsd openbsd +// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris package syscall_test