[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 01/32: tests: Remove 'nofiles' test file when cleaning up.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 01/32: tests: Remove 'nofiles' test file when cleaning up. |
Date: |
Wed, 30 Mar 2022 11:01:26 -0400 (EDT) |
civodul pushed a commit to branch master
in repository shepherd.
commit 90107c9763b29ca7319bba0f6cd411f2375e4d0b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 30 14:24:30 2022 +0200
tests: Remove 'nofiles' test file when cleaning up.
This a followup to 3ee9a7193d73821d6f1dd76a745ed5e4bb1a78c8.
* tests/forking-service.sh (cleanup): Remove "$service_nofiles".
---
tests/forking-service.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/forking-service.sh b/tests/forking-service.sh
index 4247382..08a67ad 100644
--- a/tests/forking-service.sh
+++ b/tests/forking-service.sh
@@ -34,7 +34,7 @@ herd="herd -s $socket"
function cleanup
{
cat $log || true
- rm -f $socket $conf $log $service2_started
+ rm -f $socket $conf $log $service2_started $service_nofiles
test -f $pid && kill "`cat $pid`" || true
rm -f $pid
test -f $service_pid && kill "`cat $service_pid`" || true
- [shepherd] branch master updated (6be3ce1 -> cf78dd4), Ludovic Courtès, 2022/03/30
- [shepherd] 04/32: README: Update bug-report section., Ludovic Courtès, 2022/03/30
- [shepherd] 06/32: build: Drop support for Guile 2.0., Ludovic Courtès, 2022/03/30
- [shepherd] 01/32: tests: Remove 'nofiles' test file when cleaning up.,
Ludovic Courtès <=
- [shepherd] 02/32: README: Mention copyright year ranges., Ludovic Courtès, 2022/03/30
- [shepherd] 03/32: Remove 'QUESTIONS' file., Ludovic Courtès, 2022/03/30
- [shepherd] 07/32: Use Fibers., Ludovic Courtès, 2022/03/30
- [shepherd] 13/32: shepherd: Encode log as UTF-8 unconditionally., Ludovic Courtès, 2022/03/30
- [shepherd] 14/32: service: 'make-forkexec-constructor' spawns a logging fiber., Ludovic Courtès, 2022/03/30
- [shepherd] 08/32: README: Update requirements., Ludovic Courtès, 2022/03/30
- [shepherd] 21/32: service: Add systemd constructor and destructor., Ludovic Courtès, 2022/03/30
- [shepherd] 22/32: service: Add 'start-in-the-background'., Ludovic Courtès, 2022/03/30
- [shepherd] 25/32: service: Add #:handle-termination slot., Ludovic Courtès, 2022/03/30
- [shepherd] 28/32: shepherd: Do not change to the client directory when executing a command., Ludovic Courtès, 2022/03/30