blob: 02159d09fd33f24c4df9396dfdbe361a8cd7c989 [file] [log] [blame]
# Test that wildcards don't look in useless directories.
# First make sure that badpkg fails the list of '...'.
! go list ...
stderr badpkg
# Check that the list of 'm...' succeeds. That implies badpkg was skipped.
go list m...
-- m/x.go --
package m
-- badpkg/x.go --
pkg badpkg