Help for this page
SKIP: { skip $num_tests, "Wasn't able to start the 'foo' daemon" if ( ... # ... the tests that depend on foo }
eval { try_start('/bin/foo') or wait_for('Please start foo', '5m'); ... if ($@) { BAIL_OUT($@); }