aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath/path_test.go
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-02-13 13:58:17 -0500
committerRuss Cox <rsc@golang.org>2012-02-13 13:58:17 -0500
commit9a4487458a6a7f434b21bac375aaf2af06f33e86 (patch)
tree1e6b7882674c6e335ecce79047af9dc5dde65a52 /src/pkg/path/filepath/path_test.go
parentaaac05ae2371940cb868788b8ca365146bb2b84d (diff)
downloadgo-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.go2
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)