You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ssh/tailssh
James Tucker 41662f5128 ssh/tailssh: fix incubator tests on macOS arm64
Perform a path check first before attempting exec of `true`.

Try /usr/bin/true first, as that is now and increasingly so, the more
common and more portable path.

Fixes tests on macOS arm64 where exec was returning a different kind of
path error than previously checked.

Updates #16569

Signed-off-by: James Tucker <james@tailscale.com>
2 months ago
..
testcontainers
accept_env.go
accept_env_test.go
incubator.go ssh/tailssh: fix incubator tests on macOS arm64 2 months ago
incubator_linux.go
incubator_plan9.go
privs_test.go
tailssh.go util/backoff: rename logtail/backoff package to util/backoff 4 months ago
tailssh_integration_test.go
tailssh_test.go
user.go