]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: enable ReadDirent tests on aix, linux and solaris
authorTobias Klauser <tklauser@distanz.ch>
Tue, 18 Jun 2019 08:26:46 +0000 (10:26 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 29 Aug 2019 06:41:00 +0000 (06:41 +0000)
Change-Id: I13fd6bad4600ef909b13ac517ba6a06909b5c703
Reviewed-on: https://go-review.googlesource.com/c/go/+/182379
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/dirent_test.go [moved from src/syscall/dirent_bsd_test.go with 97% similarity]

similarity index 97%
rename from src/syscall/dirent_bsd_test.go
rename to src/syscall/dirent_test.go
index 43b667b6b62ab16a72330417e6a299ba2c5e851b..f63153340aab7998d3378c2cf9d232054150eb90 100644 (file)
@@ -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