kward / shunit2

shUnit2 is a xUnit based unit test framework for Bourne based shell scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small fix to incorrect comment re turning colourization off

JonJagger opened this issue · comments

The comment here
https://github.com/kward/shunit2/blob/master/shunit2#L57
says SHUNIT_COLOR can be set to 'never'.
However, this line
https://github.com/kward/shunit2/blob/master/shunit2#L1051
reveals it is 'none'.
Since the former is a comment and the latter is code, the latter wins!

Great work. I use shunit2 in some of my tests for https://cyber-dojo.org
I've also added shunit2 as a test framework inside cyber-dojo.
Thanks again :-)

Agreed!

Thank you for your contribution!