Fix breakage on dhgex test.
authordtucker <dtucker@openbsd.org>
Thu, 2 Mar 2023 08:24:41 +0000 (08:24 +0000)
committerdtucker <dtucker@openbsd.org>
Thu, 2 Mar 2023 08:24:41 +0000 (08:24 +0000)
commite1279ed8713a5d445b4e595d061d7abc95ed797a
tree260fcf3a65905f3b4eb4c21450ad253cb7a35c36
parent4bdbd3132872173a28ecbe337d0f3743a83cdbd4
Fix breakage on dhgex test.

This was due to the sshd logs being written to the wrong log file.
While there, make save_debug_logs less verbose, write the name of the
tarball to regress.log and use $SUDO to remove the old symlinks (which
shouldn't be needed, but won't hurt).  Initial problem spotted by anton@.
regress/usr.bin/ssh/test-exec.sh