1
0
mirror of git://anongit.mindrot.org/openssh.git synced 2025-03-31 07:47:35 +00:00

shorten temporary SSH_REGRESS_TMP path

Previous path was exceeding max socket length on at least one platform (OSX)
This commit is contained in:
Damien Miller 2018-08-23 15:41:42 +10:00
parent 26739cf5bd
commit 71508e06fa

View File

@ -327,7 +327,7 @@ stop_sshd ()
make_tmpdir ()
{
SSH_REGRESS_TMP="$($OBJ/mkdtemp openssh-regress-XXXXXXXXXXXX)" || \
SSH_REGRESS_TMP="$($OBJ/mkdtemp openssh-XXXXXXXX)" || \
fatal "failed to create temporary directory"
}