summaryrefslogtreecommitdiff
path: root/subplot/vendored/daemon.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-10 09:02:44 +0300
committerLars Wirzenius <liw@liw.fi>2021-05-10 09:02:44 +0300
commitd5ae9be30877427c5de55fc609af5b76d3a286b4 (patch)
treed886954062c9135e72dc195b5493106eb01d2b83 /subplot/vendored/daemon.yaml
parent5486f3441ed45a86350c1b83b368170f53a76fc2 (diff)
downloadobnam2-d5ae9be30877427c5de55fc609af5b76d3a286b4.tar.gz
chore: use Subplot's built-in copies of its libraries
Drop the copies in subplot/vendor. Subplot will now use its built-in copies by default.
Diffstat (limited to 'subplot/vendored/daemon.yaml')
-rw-r--r--subplot/vendored/daemon.yaml37
1 files changed, 0 insertions, 37 deletions
diff --git a/subplot/vendored/daemon.yaml b/subplot/vendored/daemon.yaml
deleted file mode 100644
index 4fab1f6..0000000
--- a/subplot/vendored/daemon.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-- given: there is no "{args:text}" process
- function: daemon_no_such_process
-
-- given: a daemon helper shell script {filename}
- function: _daemon_shell_script
-
-- when: I start "{path}{args:text}" as a background process as {name}, on port {port}
- function: daemon_start_on_port
-
-- when: I try to start "{path}{args:text}" as {name}, on port {port}
- function: _daemon_start_soonish
- cleanup: _daemon_stop_soonish
-
-- when: I start "{path}{args:text}" as a background process as {name}
- function: _daemon_start
-
-- when: I stop background process {name}
- function: daemon_stop
-
-- when: daemon {name} has produced output
- function: daemon_has_produced_output
-
-- then: a process "{args:text}" is running
- function: daemon_process_exists
-
-- then: there is no "{args:text}" process
- function: daemon_no_such_process
-
-- then: starting daemon fails with "{message:text}"
- function: daemon_start_fails_with
-
-- then: daemon {name} stdout is "{text:text}"
- function: daemon_stdout_is
-
-- then: daemon {name} stderr is "{text:text}"
- function: daemon_stderr_is
-