b54b8744b9
We would error out when trying to start the transient httpd service if it already exists, e.g. from a previous test. Depending on how we exit, the `vm_stop_httpd` trap for the previous test might not have been able to kick in. I think this happens when we exit using `fatal`, which just does an `exit 1`. It's not strictly an error, so doesn't trip the `ERR` handler. Let's just go the extra mile and explicitly delete transient services if they already exist. Closes: #1284 Approved by: cgwalters |
||
---|---|---|
.. | ||
libcomposetest.sh | ||
libtest-core.sh | ||
libtest.c | ||
libtest.h | ||
libtest.sh | ||
libvm.sh |