Commit f3a97293 authored by Russ Cox's avatar Russ Cox

test/run: unset GREP_OPTIONS

Fixes #116.

R=r
https://golang.org/cl/152106
parent b0c7d680
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment