mirror of
https://github.com/tailscale/tailscale.git
synced 2025-06-10 01:38:35 +00:00
tempfork/acme: fix TestSyncedToUpstream with Windows line endings
Updates #10238 Change-Id: Ic85811c267679a9f79377f376d77dee3a9d92ce7 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
ba1f9a3918
commit
079973de82
@ -55,7 +55,7 @@ func TestSyncedToUpstream(t *testing.T) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
m[name] = string(b)
|
m[name] = strings.ReplaceAll(string(b), "\r", "")
|
||||||
}
|
}
|
||||||
|
|
||||||
return m
|
return m
|
||||||
|
Loading…
x
Reference in New Issue
Block a user