summaryrefslogtreecommitdiff
path: root/test/hello/test_hello.sh
blob: 08347e89acd9a95f06c894c9f6c62b664818b4a5 (plain)
1
2
3
4
5
set -e

./hello | grep -i world
./hello Universe | grep Universe
./hello Universe | grep -i world && exit 1 || :