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 | 11f88c2a3f40c377ba2797b53ef5ea9038c883df (patch) | |
tree | 82d6b0929277d89f5183acdef1475e2a0754101f /test/run | |
parent | ac30505ed45a72f024a32797b4e07e859f97e143 (diff) | |
download | golang-11f88c2a3f40c377ba2797b53ef5ea9038c883df.tar.gz |
test/run: unset GREP_OPTIONS
Fixes issue 116.
R=r
http://codereview.appspot.com/152106
Diffstat (limited to 'test/run')
-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 |