bash-tap icon indicating copy to clipboard operation
bash-tap copied to clipboard

is() function; use of = assignment operator where == comparison operator needed

Open hesco opened this issue 8 years ago • 0 comments

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

hesco avatar Mar 24 '16 18:03 hesco