summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-08-23 15:41:42 +1000
committerDamien Miller <djm@mindrot.org>2018-08-23 15:41:42 +1000
commit71508e06fab14bc415a79a08f5535ad7bffa93d9 (patch)
tree8f3490ffe5fc126d363f5908f3b6503b8ca2488b
parent26739cf5bdc9030a583b41ae5261dedd862060f0 (diff)
shorten temporary SSH_REGRESS_TMP pathV_7_8_P1V_7_8
Previous path was exceeding max socket length on at least one platform (OSX)
-rw-r--r--regress/test-exec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 69959530..40d46e3c 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"
}