Revision: 642
http://www.exim.org/viewvc/pcre2?view=rev&revision=642
Author: ph10
Date: 2016-12-31 17:46:40 +0000 (Sat, 31 Dec 2016)
Log Message:
-----------
Ensure user colour settings are turned off for pcre2grep testing.
Modified Paths:
--------------
code/trunk/RunGrepTest
Modified: code/trunk/RunGrepTest
===================================================================
--- code/trunk/RunGrepTest 2016-12-31 17:43:42 UTC (rev 641)
+++ code/trunk/RunGrepTest 2016-12-31 17:46:40 UTC (rev 642)
@@ -11,7 +11,8 @@
# Remove any non-default colouring and aliases that the caller may have set.
-unset PCRE2GREP_COLOUR PCRE2GREP_COLOR GREP_COLOUR GREP_COLOR
+unset PCRE2GREP_COLOUR PCRE2GREP_COLOR PCREGREP_COLOUR PCREGREP_COLOR
+unset GREP_COLOR GREP_COLORS
unset cp ls mv rm
# Remember the current (build) directory, set the program to be tested, and