diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-04-25 17:01:26 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-04-25 17:01:26 +1000 |
commit | af342556b9d240dc5f6ad918ddd686cf87eb325e (patch) | |
tree | b4c3d1c73eae18348a9d9a410575961f3a3f8df5 /regress/multiplex.sh | |
parent | bf2b3983277c88ecef8bd50eab9a2b5e103d4b38 (diff) |
- (dtucker) [regress/multiplex.sh] Put control socket in /tmp so running
"make tests" works even if you'r building on a filesystem that doesn't
support sockets. From deengert at anl.gov, ok djm@
Diffstat (limited to 'regress/multiplex.sh')
-rw-r--r-- | regress/multiplex.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/multiplex.sh b/regress/multiplex.sh index b346b096e..a172e5790 100644 --- a/regress/multiplex.sh +++ b/regress/multiplex.sh | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: multiplex.sh,v 1.10 2005/02/27 11:33:30 dtucker Exp $ | 1 | # $OpenBSD: multiplex.sh,v 1.10 2005/02/27 11:33:30 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | CTL=$OBJ/ctl-sock | 4 | CTL=/tmp/openssh.regress.ctl-sock.$$ |
5 | 5 | ||
6 | tid="connection multiplexing" | 6 | tid="connection multiplexing" |
7 | 7 | ||