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
1 changed files with 1 additions and 1 deletions

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"
}