guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]