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