#!/bin/bash # $HeadURL$ $LastChangedRevision$ PROGNAME=${0##*/} SANDPIT=$(pwd) . $(ade-config ade_share_prefix)/include/adetestsupport.sh echo "saying 'hello' to stdout ..." echo hello echo "saying 'hello' to stderr ..." echo hello >&2 echo "end of test"