From f3a97293b17133cd5529b3510bc9301798bf2167 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 12 Nov 2009 14:55:26 -0800 Subject: [PATCH] test/run: unset GREP_OPTIONS Fixes #116. R=r https://golang.org/cl/152106 --- test/run | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run b/test/run index 93382d17cc..1f921e7a1b 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