]> andersk Git - openssh.git/blobdiff - regress/multiplex.sh
- dtucker@cvs.openbsd.org 2007/06/12 11:56:15
[openssh.git] / regress / multiplex.sh
index 63a5c6238875606ae3ac4121d3b7cf1280f2b6cf..4fba7b5accd083ae0856b5815c7406d60f16e8e5 100644 (file)
@@ -1,7 +1,7 @@
-#      $OpenBSD: multiplex.sh,v 1.10 2005/02/27 11:33:30 dtucker Exp $
+#      $OpenBSD: multiplex.sh,v 1.11 2005/04/25 09:54:09 dtucker Exp $
 #      Placed in the Public Domain.
 
-CTL=$OBJ/ctl-sock
+CTL=/tmp/openssh.regress.ctl-sock.$$
 
 tid="connection multiplexing"
 
@@ -90,5 +90,3 @@ ${SSH} -S $CTL -Oexit otherhost || fail "send exit command failed"
 sleep 2
 
 kill -0 $MASTER_PID >/dev/null 2>&1 && fail "exit command failed" 
-
-cleanup
This page took 0.031893 seconds and 4 git commands to generate.