Blame SOURCES/fix_TestScript_list_std.patch

adc3a9
From 00b6dcb4eec0dd1bb931493e59ee223c08be1ae8 Mon Sep 17 00:00:00 2001
adc3a9
From: Derek Parker <deparker@redhat.com>
adc3a9
Date: Wed, 5 Dec 2018 13:20:23 -0800
adc3a9
Subject: [PATCH] testdata/script: Ignore _$GOROOT in test
adc3a9
adc3a9
---
adc3a9
 src/cmd/go/testdata/script/list_std.txt | 2 +-
adc3a9
 1 file changed, 1 insertion(+), 1 deletion(-)
adc3a9
adc3a9
diff --git a/src/cmd/go/testdata/script/list_std.txt b/src/cmd/go/testdata/script/list_std.txt
adc3a9
index a63d74db1205a4a905e319eb59b195ce0625163e..137eb717ad4a8ec24902dcf668b7de48e1929087 100644
adc3a9
--- a/src/cmd/go/testdata/script/list_std.txt
adc3a9
+++ b/src/cmd/go/testdata/script/list_std.txt
adc3a9
@@ -3,7 +3,7 @@
adc3a9
 # 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
 # TODO: ignore _/blah/go/src in output
adc3a9
 
adc3a9
 # our vendored packages should be reported as standard
adc3a9
-- 
adc3a9
2.16.5
adc3a9