summaryrefslogtreecommitdiff
path: root/regress/multiplex.sh
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-01-03 12:23:17 +0000
committerColin Watson <cjwatson@debian.org>2017-01-03 12:24:02 +0000
commitba96642edeb90c3a6ded02d367741b26ccd21afc (patch)
treec6e82b5059fb9f091db9af05e25bca642e08670f /regress/multiplex.sh
parent211eea7b947be4e9644f8f0f9169357f1f7b2296 (diff)
parentcc50ca70e3b438577c33a85147e2a68666deaad9 (diff)
Create mux socket for regression tests in a temporary directory.
Diffstat (limited to 'regress/multiplex.sh')
-rw-r--r--regress/multiplex.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/multiplex.sh b/regress/multiplex.sh
index acb9234d9..0ac4065e7 100644
--- a/regress/multiplex.sh
+++ b/regress/multiplex.sh
@@ -1,7 +1,8 @@
1# $OpenBSD: multiplex.sh,v 1.27 2014/12/22 06:14:29 djm Exp $ 1# $OpenBSD: multiplex.sh,v 1.27 2014/12/22 06:14:29 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4CTL=/tmp/openssh.regress.ctl-sock.$$ 4make_tmpdir
5CTL=$TMP/ctl-sock
5 6
6tid="connection multiplexing" 7tid="connection multiplexing"
7 8