aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ex_hello.sh
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-13 02:06:59 +0900
committernsfisis <nsfisis@gmail.com>2025-08-15 10:06:21 +0900
commit8e9dfdbabe0f721e64fd39baa3a0f388c81b65ad (patch)
tree6c724cfbeaea94478b542560fa3b40e9f7467330 /tests/ex_hello.sh
parent80e1d0fc957a2f254ca94232cca0269567888ddb (diff)
downloadducc-8e9dfdbabe0f721e64fd39baa3a0f388c81b65ad.tar.gz
ducc-8e9dfdbabe0f721e64fd39baa3a0f388c81b65ad.tar.zst
ducc-8e9dfdbabe0f721e64fd39baa3a0f388c81b65ad.zip
feat: add 2 example files
Diffstat (limited to 'tests/ex_hello.sh')
-rw-r--r--tests/ex_hello.sh7
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