diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:16:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:16:38 +0000 |
commit | fbb3ac9cc93fcca3f4a18709c9d93011ba92571c (patch) | |
tree | 4040bb756c366a599b470b858acbe639768202da /fix_TestScript_list_std.patch | |
parent | d4ac107ca1b2677e2b7832f5c2c90114a7730e30 (diff) |
automatic import of golangopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'fix_TestScript_list_std.patch')
-rw-r--r-- | fix_TestScript_list_std.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fix_TestScript_list_std.patch b/fix_TestScript_list_std.patch new file mode 100644 index 0000000..ade3711 --- /dev/null +++ b/fix_TestScript_list_std.patch @@ -0,0 +1,13 @@ +diff --git a/src/cmd/go/testdata/script/list_std.txt b/src/cmd/go/testdata/script/list_std.txt +index 6ab1bd1..4a00e43 100644 +--- a/src/cmd/go/testdata/script/list_std.txt ++++ b/src/cmd/go/testdata/script/list_std.txt +@@ -6,7 +6,7 @@ env GO111MODULE=off + # Listing GOROOT should only find standard packages. + cd $GOROOT/src + go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}' ./... +-! stdout . ++stdout _$GOROOT + + # Standard packages should include cmd, but not cmd/vendor. + go list ./... |