mattn/go-zglob

TestFollowSymlinks fails on macos

jleverenz opened this issue · 0 comments

Is this a known issue?

% sw_vers
ProductName:		macOS
ProductVersion:		13.2
BuildVersion:		22D49

% go version
go version go1.19.3 darwin/arm64

% go test
--- FAIL: TestFollowSymlinks (0.00s)
    zglob_test.go:191: zglob failed: expected [bar/baz.txt foo foo/baz.txt] but got [bar foo foo/baz.txt]
FAIL
exit status 1
FAIL	github.com/mattn/go-zglob	0.148s

Here's a repro build off a fork, with macos-latest added in a matrix strategy: https://github.com/jleverenz/go-zglob/actions/runs/4203483111/jobs/7292936601 (diff)