From: Ken Thompson Date: Wed, 19 Nov 2008 03:36:36 +0000 (-0800) Subject: need ./ on local files X-Git-Tag: weekly.2009-11-06~2677 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b2b4e7fa553d8617e8695fd0614545f9283b34ad;p=gostls13.git need ./ on local files R=rsc OCL=19567 CL=19567 --- diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest index 8c73e4e337..1980dc6850 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 "$@"