# The commands 'hydra' and 'pw-inspector' return 255 when called without option,
# or with the '-h' option. So we can't rely on the exit code to know if it succeeds,
# however these commands don't output anything on stderr, we can rely on that.
Test-Command: hydra || true; pw-inspector || true; dpl4hydra help
Restrictions: superficial
