[dev.cmdgo] cmd/go: address code review comments in test cgo_path_space_quote

For CL 334732.

Change-Id: I5cb88cd7d5e4edf6006bbaeb17723dac2cdf0fd5
Reviewed-on: https://go-review.googlesource.com/c/go/+/339590
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
This commit is contained in:
Jay Conrod 2021-08-03 14:51:46 -07:00
parent fc8e0cbbba
commit 3025ce2fa8

View file

@ -6,6 +6,7 @@
[short] skip
[!exec:clang] [!exec:gcc] skip
[!cgo] skip
env GOENV=$WORK/go.env
mkdir 'program files'
@ -20,6 +21,7 @@ go env CC
stdout 'program files[/\\]which cc" (clang|gcc)$'
go run .
stdout 1
-- go.mod --
module test