From 8ba294ea923fa19bc6cdd35f12e3424e610f82e5 Mon Sep 17 00:00:00 2001 From: Max O'Cull Date: Sat, 24 Nov 2018 17:58:43 -0500 Subject: [PATCH] Add alternate 'never' option to SHUNIT_COLOR, per the docs --- shunit2 | 1 + 1 file changed, 1 insertion(+) diff --git a/shunit2 b/shunit2 index 203d706..8b0ff12 100755 --- a/shunit2 +++ b/shunit2 @@ -987,6 +987,7 @@ _shunit_configureColor() { 'auto') command [ "`_shunit_colors`" -ge 16 ] && _shunit_color_=${SHUNIT_TRUE} ;; + 'never') ;; 'none') ;; *) _shunit_fatal "unrecognized color option '$1'" ;; esac