summaryrefslogtreecommitdiff
path: root/echo-tests
diff options
context:
space:
mode:
Diffstat (limited to 'echo-tests')
-rwxr-xr-xecho-tests/hello.setup3
-rwxr-xr-xecho-tests/setup_once4
2 files changed, 7 insertions, 0 deletions
diff --git a/echo-tests/hello.setup b/echo-tests/hello.setup
new file mode 100755
index 0000000..55c29a9
--- /dev/null
+++ b/echo-tests/hello.setup
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo "hello.setup runs"
diff --git a/echo-tests/setup_once b/echo-tests/setup_once
new file mode 100755
index 0000000..19c5bba
--- /dev/null
+++ b/echo-tests/setup_once
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo "setup-once runs"
+