diff options
author | Ken Thompson <ken@golang.org> | 2008-11-18 19:36:36 -0800 |
---|---|---|
committer | Ken Thompson <ken@golang.org> | 2008-11-18 19:36:36 -0800 |
commit | e26316d0bbda6902fc65dfd38e2fd2a3bd3abce5 (patch) | |
tree | 9afe1d67d73171a8705e59af581414e9136ac5da /src | |
parent | 2be0e8d7b3effb0c2b9eb71dd37a8ddbe5fcfcec (diff) | |
download | golang-e26316d0bbda6902fc65dfd38e2fd2a3bd3abce5.tar.gz |
need ./ on local files
R=rsc
OCL=19567
CL=19567
Diffstat (limited to 'src')
-rwxr-xr-x | src/cmd/gotest/gotest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest index 8c73e4e33..1980dc685 100755 --- a/src/cmd/gotest/gotest +++ b/src/cmd/gotest/gotest @@ -69,4 +69,4 @@ trap "rm -f _testmain.go _testmain.6 6.out" 0 1 2 3 14 15 6g _testmain.go 6l _testmain.6 -6.out "$@" +./6.out "$@" |