shunit2にはテストを円滑にすすめるための内部定数がいくつか用意されています。
実際のところ
SHUNIT_TRUE
Standard shell true value (the integer value 0).
SHUNIT_FALSE
Standard shell false value (the integer value 1).
SHUNIT_ERROR
The integer value 2.
SHUNIT_TMPDIR Path to temporary directory that will be automatically cleaned up upon exit of shUnit2.