From c9fd6be3e3720fccdc2e2afad55dcf504141cc52 Mon Sep 17 00:00:00 2001 From: Kieran Klukas Date: Tue, 5 May 2026 12:50:41 -0400 Subject: [PATCH] fix(shell): convert path to posix path in tests --- internal/shell/dispatch_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/shell/dispatch_test.go b/internal/shell/dispatch_test.go index d896c211d259384bce5c1ed07fcebedf75eb3367..1ada7643b5049d1675ea031d8fb921c9c0941324 100644 --- a/internal/shell/dispatch_test.go +++ b/internal/shell/dispatch_test.go @@ -23,7 +23,7 @@ func writeScript(t *testing.T, dir, name, contents string) string { if err := os.WriteFile(path, []byte(contents), 0o755); err != nil { t.Fatalf("write %s: %v", name, err) } - return path + return filepath.ToSlash(path) } // randSuffix returns a short random hex string, used to build