]> Cypherpunks repositories - gostls13.git/commit
path/filepath: fix test on darwin
authorRob Pike <r@golang.org>
Thu, 16 Feb 2012 22:56:14 +0000 (09:56 +1100)
committerRob Pike <r@golang.org>
Thu, 16 Feb 2012 22:56:14 +0000 (09:56 +1100)
commitc560a0742b2b91d6cb7bb890cf33d55beb68680d
treeb29d8cc254eed7123c4890fcd1dcb73b7542e103
parent1d3ca9236e93c8e0ba3cd7f14b758fc2c791ad34
path/filepath: fix test on darwin
/tmp being itself a symlink causes problems for the test, so use / as the absolute path.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5675070
src/pkg/path/filepath/path_test.go