Re: sandbox-darwin.c: sandbox.h is deprecated
Darren Tucker via openssh-unix-dev <[email protected]>
| Newsgroups | gmane.network.openssh.devel |
|---|---|
| Message-ID | <CALDDTe0OOq-QQ8kznDEaWKeppm+cX2ksqG+34DzLXsvmQkA_ng@mail.gmail.com> |
On Sat, 15 Aug 2026 at 01:26, Sevan Janiyan <[email protected]> wrote: [...] > I see test failures, but they're unrelated to sandboxing (regress/copy.dd) > Will open a separate thread once I've investigated some more. It turns out Github now has macos-26 target available for preview. I added those to our test suite and see the same failure: scp3: scp mode: recursive remote dir to remote dir diff: /Users/runner/work/openssh-portable/openssh-portable/regress/copy.dd/subdir-sym: Directory loop detected Only in /Users/runner/work/openssh-portable/openssh-portable/regress/copy.dd2/subdir-sym: copy corrupted copy Debugging via a Github hosted runner is possible but tedious, so I haven't had a chance to dig into it. If you want to do so, I'd add a "set -x" to the top of the scp3.sh, run the test with "env TEST_SSH_FAIL_FATAL=yes make t-exec LTESTS=scp3" to cause it to stop at the first failure then examine the directories passed to the failing command and those reported by the error. -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.