bash-tap
bash-tap copied to clipboard
is() function; use of = assignment operator where == comparison operator needed
A colleague (@itsme-narahari) I introduced to bash-tap, when trying to track down the reason for a failing test, pointed this out to me on line 174:
if [ "$result" = "$expected" ]; then