diff options
| author | Shenghou Ma <minux.ma@gmail.com> | 2012-02-13 13:58:17 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2012-02-13 13:58:17 -0500 |
| commit | 9a4487458a6a7f434b21bac375aaf2af06f33e86 (patch) | |
| tree | 1e6b7882674c6e335ecce79047af9dc5dde65a52 /src/pkg/path/filepath/path_test.go | |
| parent | aaac05ae2371940cb868788b8ca365146bb2b84d (diff) | |
| download | go-9a4487458a6a7f434b21bac375aaf2af06f33e86.tar.xz | |
all: update 'gotest' to 'go test'
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5645099
Diffstat (limited to 'src/pkg/path/filepath/path_test.go')
| -rw-r--r-- | src/pkg/path/filepath/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/path/filepath/path_test.go b/src/pkg/path/filepath/path_test.go index 6f5100b2ff..4572707ace 100644 --- a/src/pkg/path/filepath/path_test.go +++ b/src/pkg/path/filepath/path_test.go @@ -357,7 +357,7 @@ func TestWalk(t *testing.T) { // Test permission errors. Only possible if we're not root // and only on some file systems (AFS, FAT). To avoid errors during - // all.bash on those file systems, skip during gotest -short. + // all.bash on those file systems, skip during go test -short. if os.Getuid() > 0 && !testing.Short() { // introduce 2 errors: chmod top-level directories to 0 os.Chmod(filepath.Join(tree.name, tree.entries[1].name), 0) |
