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 <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
Bryan C. Mills 2021-10-05 16:11:17 -04:00
parent 990c9c6cab
commit 0d6561b72b

View file

@ -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