Blame SOURCES/fix_TestScript_list_std.patch

adc3a9
diff --git a/src/cmd/go/testdata/script/list_std.txt b/src/cmd/go/testdata/script/list_std.txt
a2144f
index 6ab1bd1..4a00e43 100644
adc3a9
--- a/src/cmd/go/testdata/script/list_std.txt
adc3a9
+++ b/src/cmd/go/testdata/script/list_std.txt
00bee6
@@ -6,7 +6,7 @@ env GO111MODULE=off
00bee6
 # Listing GOROOT should only find standard packages.
adc3a9
 cd $GOROOT/src
adc3a9
 go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}' ./...
adc3a9
-! stdout .
adc3a9
+stdout _$GOROOT
adc3a9
 
00bee6
 # Standard packages should include cmd, but not cmd/vendor.
00bee6
 go list ./...