]> Cypherpunks repositories - gostls13.git/commitdiff
need ./ on local files
authorKen Thompson <ken@golang.org>
Wed, 19 Nov 2008 03:36:36 +0000 (19:36 -0800)
committerKen Thompson <ken@golang.org>
Wed, 19 Nov 2008 03:36:36 +0000 (19:36 -0800)
R=rsc
OCL=19567
CL=19567

src/cmd/gotest/gotest

index 8c73e4e337fe308f94d95ca98e9e33f8f2be7555..1980dc685021d7e2c87c3362d16df66fb0f24648 100755 (executable)
@@ -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 "$@"