guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] 12/13: tests: Remove reference to non-existent file.


From: Ludovic Courtès
Subject: [shepherd] 12/13: tests: Remove reference to non-existent file.
Date: Sun, 16 Apr 2023 17:38:37 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit 4cd8c7631d45ba16a2ec2400f85cea05db730cdb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Apr 16 22:42:54 2023 +0200

    tests: Remove reference to non-existent file.
    
    * tests/eval-load.sh: Remove reference to "$stamp".
---
 tests/eval-load.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/eval-load.sh b/tests/eval-load.sh
index 5f019a0..a367e0b 100755
--- a/tests/eval-load.sh
+++ b/tests/eval-load.sh
@@ -41,7 +41,7 @@ cat > "$conf" <<EOF
    #:respawn? #f))
 EOF
 
-rm -f "$pid" "$stamp" "$socket"
+rm -f "$pid" "$socket"
 shepherd -I -s "$socket" -c /dev/null --pid="$pid" --log="$log" &
 
 while ! test -f "$pid"; do sleep 0.5 ; done



reply via email to

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