]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
shorten temporary SSH_REGRESS_TMP path V_7_8 288/head anongit/V_7_8 github-selfhosted/V_7_8 github/V_7_8 V_7_8_P1
authorDamien Miller <djm@mindrot.org>
Thu, 23 Aug 2018 05:41:42 +0000 (15:41 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 23 Aug 2018 05:41:42 +0000 (15:41 +1000)
Previous path was exceeding max socket length on at least one platform (OSX)

regress/test-exec.sh

index 699595301970a8b9f7fc65182456f78a59b1862c..40d46e3cd4cafeb3e79b06b6b6bca76f2a8bdb69 100644 (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"
 }