civodul pushed a commit to branch master
in repository shepherd.
commit 4cd8c7631d45ba16a2ec2400f85cea05db730cdb
Author: Ludovic Courtès <[email protected]>
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