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
commit1cb7dd977b252b65d3702096500ed3b90cfe4420 (patch)
tree82d6b0929277d89f5183acdef1475e2a0754101f /test/run
parent845e3deb2b5d7aadefb736a0c7965e20e505e4ff (diff)
downloadgo-1cb7dd977b252b65d3702096500ed3b90cfe4420.tar.gz
test/run: unset GREP_OPTIONSweekly.2009-11-12
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