CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/09/26 15:34:38
Modified files: regress/usr.bin/ssh: agent-getpeereid.sh keys-command.sh principals-command.sh sftp-chroot.sh Log message: Allow to run ssh regression tests as root. If the user is already root, the test should not expect that SUDO is set. If ssh needs another user, use sudo or doas to switch from root if necessary. OK dtucker@