# BEGIN: wrapper-bottom.sh if [ -z "$TEXT" -o -z "$STATUS" ]; then echo "Test script failed! Check not supported on this system?" exit 3 fi echo "$TEXT" exit "$STATUS" # -eof-