summaryrefslogtreecommitdiff
path: root/regress/forwarding.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2017-03-20 09:58:34 +1100
committerDamien Miller <djm@mindrot.org>2017-03-20 10:12:18 +1100
commit9165abfea3f68a0c684a6ed2e575e59bc31a3a6b (patch)
tree1f8ab6902efff5c7cfa32b0cfb779f3744fa291c /regress/forwarding.sh
parent2adbe1e63bc313d03e8e84e652cc623af8ebb163 (diff)
downloadopenssh-git-9165abfea3f68a0c684a6ed2e575e59bc31a3a6b.tar.gz
create test mux socket in /tmp
Creating the socket in $OBJ could blow past the (quite limited) path limit for Unix domain sockets. As a bandaid for bz#2660, reported by Colin Watson; ok dtucker@
Diffstat (limited to 'regress/forwarding.sh')
-rw-r--r--regress/forwarding.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/forwarding.sh b/regress/forwarding.sh
index 60c37d89..45c596d7 100644
--- a/regress/forwarding.sh
+++ b/regress/forwarding.sh
@@ -10,7 +10,7 @@ start_sshd
base=33
last=$PORT
fwd=""
-CTL=$OBJ/ctl-sock
+CTL=/tmp/openssh.regress.ctl-sock.$$
for j in 0 1 2; do
for i in 0 1 2; do