summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-12 14:55:26 -0800
committerRuss Cox <rsc@golang.org>2009-11-12 14:55:26 -0800
commit11f88c2a3f40c377ba2797b53ef5ea9038c883df (patch)
tree82d6b0929277d89f5183acdef1475e2a0754101f /test/run
parentac30505ed45a72f024a32797b4e07e859f97e143 (diff)
downloadgolang-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-xtest/run1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run b/test/run
index 93382d17c..1f921e7a1 100755
--- 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