shorten temporary SSH_REGRESS_TMP path
Previous path was exceeding max socket length on at least one platform (OSX)
This commit is contained in:
parent
26739cf5bd
commit
71508e06fa
|
@ -327,7 +327,7 @@ stop_sshd ()
|
||||||
|
|
||||||
make_tmpdir ()
|
make_tmpdir ()
|
||||||
{
|
{
|
||||||
SSH_REGRESS_TMP="$($OBJ/mkdtemp openssh-regress-XXXXXXXXXXXX)" || \
|
SSH_REGRESS_TMP="$($OBJ/mkdtemp openssh-XXXXXXXX)" || \
|
||||||
fatal "failed to create temporary directory"
|
fatal "failed to create temporary directory"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue