Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-M20
-
None
-
None
Description
Whoops!
... while [ $ATTEMPTS_REMAINING > 0 ]; do kill -0 $PID > /dev/null 2>&1 if [ $? > 0 ]; then ...
Needs to be -gt instead of > in the tests...