aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ex_hello.sh
blob: 750c14ace186c24b2e3fc423d3c6856f8c542f77 (plain)
1
2
3
4
5
6
7
set -e

cat <<'EOF' > expected
Hello, World!
EOF

test_example hello