- (dtucker) [regress/multiplex.sh] Remove cleanup call since test-exec.sh
will clean up anyway. From tim@
This commit is contained in:
parent
faefd2e73d
commit
bf2b398327
|
@ -2,6 +2,8 @@
|
|||
- (dtucker) [regress/multiplex.sh] Use "kill -0 $pid" to check for the
|
||||
existence of a process since it's more portable. Found by jbasney at
|
||||
ncsa.uiuc.edu; ok tim@
|
||||
- (dtucker) [regress/multiplex.sh] Remove cleanup call since test-exec.sh
|
||||
will clean up anyway. From tim@
|
||||
|
||||
20050424
|
||||
- (dtucker) [INSTALL configure.ac] Make zlib version check test for 1.1.4 or
|
||||
|
@ -2457,4 +2459,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3748 2005/04/25 04:48:22 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3749 2005/04/25 04:49:48 dtucker Exp $
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue