diff options
Diffstat (limited to 'tests/ex_hello.sh')
| -rw-r--r-- | tests/ex_hello.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ex_hello.sh b/tests/ex_hello.sh new file mode 100644 index 0000000..3c9e13b --- /dev/null +++ b/tests/ex_hello.sh @@ -0,0 +1,7 @@ +set -e + +cat <<'EOF' > expected +Hello, World! +EOF + +bash ../../test_example.sh hello |
