#!/bin/sh
set -e
# note: sfront -help itself exits with error
# but we just want the output from grep here
echo Check output from sfront -help
sfront -help | grep "Usage: sfront"
