Blame SOURCES/fix_TestScript_list_std.patch

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