From 6066b05054877b33b78afbb32a81457c19f11c9b Mon Sep 17 00:00:00 2001 From: Arnaud Lacombe Date: Thu, 14 Sep 2023 13:36:39 -0700 Subject: [PATCH] testdata/vcstest/bzr: fix unit test with Ubuntu 2020 LTS bzr 3.0.2 As pointed by @bcmills, upstream fixed this in 3.1.0 in https://github.com/breezy-team/breezy/commit/30143860ced0ad9f42cbf18a119f2800117decff Fixes #62620. --- src/cmd/go/testdata/vcstest/bzr/hello.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmd/go/testdata/vcstest/bzr/hello.txt b/src/cmd/go/testdata/vcstest/bzr/hello.txt index 7d06503e1a..59315852f7 100644 --- a/src/cmd/go/testdata/vcstest/bzr/hello.txt +++ b/src/cmd/go/testdata/vcstest/bzr/hello.txt @@ -1,6 +1,7 @@ handle bzr env BZR_EMAIL='Russ Cox ' +env EMAIL='Russ Cox ' bzr init-repo .