]> Cypherpunks repositories - gostls13.git/commit
sysycall: remove creds_linux_test.go
authorRob Pike <r@golang.org>
Mon, 19 Mar 2012 00:15:28 +0000 (11:15 +1100)
committerRob Pike <r@golang.org>
Mon, 19 Mar 2012 00:15:28 +0000 (11:15 +1100)
commit1f6fc949f67973b4b745b5f0bd9c52ac27578186
tree4927d7ea544cdb7e626dcd2a5d31ee2e8bab5bbc
parent4161dfc4feafa08870e347c5ca7da155a9790867
sysycall: remove creds_linux_test.go
It is unprecedented to add tests to package syscall, especially
system-specific ones. Not a policy worth changing right before Go 1
is cut.

The sole existing test, passfd_test.go, contains the line
        // +build linux darwin probablyfreebsd probablyopenbsd
which argues that this is not a subject to be undertaking likely.
Note that passfd_test.go also went in just now. It's the only test
in syscall.

Deleting for now, will reconsider after Go 1.

R=golang-dev, bradfitz, r, dsymonds
CC=golang-dev
https://golang.org/cl/5846063
src/pkg/syscall/creds_linux_test.go [deleted file]