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