]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add test case for issue 64738
authorRuss Cox <rsc@golang.org>
Tue, 19 Dec 2023 14:42:00 +0000 (09:42 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 23 Jan 2024 18:08:32 +0000 (18:08 +0000)
commit76b8bec6dbea9d56edbb5b2e8ab2fcf100ac1cd0
tree21b523d0cdc232d68b31d6bede36f4a20d44ff5f
parent1a07550962a9f0123284a0efbe11c486fb1a452e
cmd/go: add test case for issue 64738

The straight revert in CL 551215 fixed this issue.
Add a test case to make sure we don't reintroduce it.

Test case copied from CL 550237 (by bcmills).

Fixes #64738.

Change-Id: I9654a1fd46fe1a1cc63ee6645a552ec21d720ad0
Reviewed-on: https://go-review.googlesource.com/c/go/+/551255
Reviewed-by: Michael Matloob <matloob@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/go/testdata/script/mod_run_flags_issue64738.txt [new file with mode: 0644]