From: Bryan C. Mills Date: Tue, 5 Oct 2021 20:11:17 +0000 (-0400) Subject: cmd/go: do not check for a built binary in TestScript/mod_get_fossil X-Git-Tag: go1.18beta1~1040 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0d6561b72b8bd837e4691346579880a7ef7fc18a;p=gostls13.git cmd/go: do not check for a built binary in TestScript/mod_get_fossil This test hasn't passed since CL 349997, but the failure was not detected because the Go project's builders do not have a 'fossil' binary installed (#48802). For #43684 Change-Id: I25544574ab48f4f146ae3795e541179e78815758 Reviewed-on: https://go-review.googlesource.com/c/go/+/354149 Trust: Bryan C. Mills Run-TryBot: Bryan C. Mills Reviewed-by: Russ Cox TryBot-Result: Go Bot --- diff --git a/src/cmd/go/testdata/script/mod_get_fossil.txt b/src/cmd/go/testdata/script/mod_get_fossil.txt index baad544557..c2d42f0f59 100644 --- a/src/cmd/go/testdata/script/mod_get_fossil.txt +++ b/src/cmd/go/testdata/script/mod_get_fossil.txt @@ -18,11 +18,10 @@ env GOSUMDB=off env USER=fossiluser env FOSSIL_HOME=$WORK/home -# Attempting to get the latest version of a fossil repo. +# Attempt to get the latest version of a fossil repo. go get vcs-test.golang.org/fossil/hello.fossil ! stderr 'unexpected response from fossil info' grep 'vcs-test.golang.org/fossil/hello.fossil' go.mod -exists $GOPATH/bin/hello.fossil$GOEXE -- go.mod -- module x