]> Cypherpunks repositories - gostls13.git/commit
os: Fix test to work on Solaris.
authorIan Lance Taylor <iant@golang.org>
Wed, 25 May 2011 05:53:37 +0000 (22:53 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 25 May 2011 05:53:37 +0000 (22:53 -0700)
commitddcdbd447084da04aede72356dadd99a08a96cc9
treeb7524f9b8ef2ce53a3081e639f377828c574552f
parentc4918db8b982b23362842c23c95fac2cde433d31
os: Fix test to work on Solaris.

On Solaris /bin is a symlink to /usr/bin, so running "pwd" in
the directory "/bin" prints out "/usr/bin".

R=rsc, r, bradfitz
CC=golang-dev
https://golang.org/cl/4559043
src/pkg/os/os_test.go