Jaspal C
Results
1
comments of
Jaspal C
This can be used as sort of a hacky workaround: ``` tearDown() { #need this to suppress tearDown on script EXIT [[ "${_shunit_name_}" = 'EXIT' ]] && return 0 ```