summaryrefslogtreecommitdiff
path: root/echo-tests
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-20 18:19:21 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-20 18:19:21 +0000
commit1a62be25fbffd09d1cf1797c4a65e376f37a2156 (patch)
treeb663986d1afc2a0029a3de3752d1fcd1ae478288 /echo-tests
parent1bec9bee0c3105430a51ced2771e130066019c95 (diff)
downloadcmdtest-1a62be25fbffd09d1cf1797c4a65e376f37a2156.tar.gz
Fix cmdtest -t foo so that it still runs the setup/setup_once/teardown/teardown_once scripts
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"
+