]> Cypherpunks repositories - gostls13.git/commitdiff
test/run: unset GREP_OPTIONS weekly.2009-11-12
authorRuss Cox <rsc@golang.org>
Thu, 12 Nov 2009 22:55:26 +0000 (14:55 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 12 Nov 2009 22:55:26 +0000 (14:55 -0800)
Fixes #116.

R=r
https://golang.org/cl/152106

test/run

index 93382d17ccd70e25943cc2829b5e5887dcde881a..1f921e7a1b7cf21e77161c73a20d3371cd8a8c72 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -29,6 +29,7 @@ export G=${A}g
 export L=${A}l
 export GOTRACEBACK=0
 export LANG=C
+unset GREP_OPTIONS     # in case user has a non-standard set
 
 failed=0