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

assertFalse '' should return ${SHUNIT_TRUE}

kward opened this issue · comments

Calling assertTrue() on a null value (assertTrue '') returns ${SHUNIT_FALSE}, so calling assertFalse() on a null value should return ${SHUNIT_TRUE}. It doesn't.