diff options
| author | Russ Cox <rsc@golang.org> | 2009-11-12 14:55:26 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-11-12 14:55:26 -0800 |
| commit | f3a97293b17133cd5529b3510bc9301798bf2167 (patch) | |
| tree | 13dcd163952fc3a3bb93f83c80d0cb7da50b51b4 | |
| parent | b0c7d680525d46d40fab09a4c68131ccbcd3254d (diff) | |
| download | go-weekly.2009-11-12.tar.xz | |
test/run: unset GREP_OPTIONSweekly.2009-11-12
Fixes #116.
R=r
https://golang.org/cl/152106
| -rwxr-xr-x | test/run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
