Skip to content

Commit cc92caf

Browse files
psilva261rafael2k
authored andcommitted
cmd/go: fix TestScript/work_env
1 parent 8846b29 commit cc92caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/testdata/script/work_env.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
go env GOWORK
22
stdout '^'$GOPATH'[\\/]src[\\/]go.work$'
33
go env
4-
stdout '^(set )?GOWORK=''?'$GOPATH'[\\/]src[\\/]go.work''?$'
4+
stdout '^(set )?GOWORK=["'']?'$GOPATH'[\\/]src[\\/]go.work["'']?$'
55

66
cd ..
77
go env GOWORK

0 commit comments

Comments
 (0)