From 40bc8064f5a244c0fb6fece0a44f356e68f58060 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Tue, 21 Oct 2025 12:41:33 +0200 Subject: [PATCH] acc: Enable MSYS_NO_PATHCONV everywhere --- acceptance/test.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acceptance/test.toml b/acceptance/test.toml index 30ec92c7c9..a77638b863 100644 --- a/acceptance/test.toml +++ b/acceptance/test.toml @@ -1,3 +1,6 @@ +# Without this arguments get converted, e.g. "/jobs" becomes "C:/Program Files/Git/jobs" +Env.MSYS_NO_PATHCONV = "1" + # Default settings that apply to all tests unless overriden by test.toml files in inner directories. Local = true Cloud = false