Blame SOURCES/fix_TestScript_list_std.patch

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