diff --git a/src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt b/src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt index 02159d09fd..74ca315a72 100644 --- a/src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt +++ b/src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt @@ -2,7 +2,7 @@ # First make sure that badpkg fails the list of '...'. ! go list ... -stderr badpkg +stderr badpkg # Check that the list of 'm...' succeeds. That implies badpkg was skipped. go list m...