1
0
mirror of https://github.com/golang/go synced 2024-11-12 01:20:22 -07:00

test/run: unset GREP_OPTIONS

Fixes #116.

R=r
https://golang.org/cl/152106
This commit is contained in:
Russ Cox 2009-11-12 14:55:26 -08:00
parent b0c7d68052
commit f3a97293b1

View File

@ -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