Skip to content

Commit 822f6af

Browse files
committed
cmd/go: fix TestScript/work_env
1 parent 49af4c6 commit 822f6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)