rogpeppe / go-internal

Selected Go-internal packages factored out from the standard library
BSD 3-Clause "New" or "Revised" License
823 stars 67 forks source link

testscript: use unix.CloneFile on MacOs #222

Closed bep closed 1 year ago

bep commented 1 year ago

To fix unexpected errors of type:

[signal: killed]
FAIL: testscripts/myecho.txt:1: unexpected command failure

Fixes #200

mvdan commented 1 year ago

Failed build, FYI - otherwise SGTM. cc @myitcv @rogpeppe

bep commented 1 year ago

@mvdan build should be fixed now (build constrains can be tricky to get right ...)