From 37643d202c0e0fc961c5d09d71468b0c07550b9f Mon Sep 17 00:00:00 2001 From: Flo Date: Tue, 31 Mar 2026 18:21:41 +0200 Subject: [PATCH] anon-31e9bd66: comment on issue #42 at 2026-03-31T16:21:41Z --- .../comments/1e445de6-e993-4c49-82fa-3520f6741f97.json | 8 ++++++++ meta/counters.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 issues/84b606e9-d671-4804-aa49-ec842586d995/comments/1e445de6-e993-4c49-82fa-3520f6741f97.json diff --git a/issues/84b606e9-d671-4804-aa49-ec842586d995/comments/1e445de6-e993-4c49-82fa-3520f6741f97.json b/issues/84b606e9-d671-4804-aa49-ec842586d995/comments/1e445de6-e993-4c49-82fa-3520f6741f97.json new file mode 100644 index 0000000..2381cca --- /dev/null +++ b/issues/84b606e9-d671-4804-aa49-ec842586d995/comments/1e445de6-e993-4c49-82fa-3520f6741f97.json @@ -0,0 +1,8 @@ +{ + "uuid": "1e445de6-e993-4c49-82fa-3520f6741f97", + "issue_uuid": "84b606e9-d671-4804-aa49-ec842586d995", + "author": "anon-31e9bd66", + "content": "Test 38 creates ~/.ssh in setup() without chmod, then checks permissions after apply_ssh_config. But apply_ssh_config only chmods if the dir doesn't exist. Fix: remove ~/.ssh before this test so apply_ssh_config creates it fresh with correct perms.", + "created_at": "2026-03-31T16:21:41.527241Z", + "kind": "plan" +} \ No newline at end of file diff --git a/meta/counters.json b/meta/counters.json index 2a8b08f..71a9bad 100644 --- a/meta/counters.json +++ b/meta/counters.json @@ -1,5 +1,5 @@ { "next_display_id": 43, - "next_comment_id": 65, + "next_comment_id": 66, "next_milestone_id": 1 } \ No newline at end of file