From: Damien Miller Date: Thu, 23 Aug 2018 05:41:42 +0000 (+1000) Subject: shorten temporary SSH_REGRESS_TMP path X-Git-Tag: V_7_8_P1^0 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV_7_8;p=thirdparty%2Fopenssh-portable.git shorten temporary SSH_REGRESS_TMP path Previous path was exceeding max socket length on at least one platform (OSX) --- diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 699595301..40d46e3cd 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -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" }