diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2005-04-25 09:54:10 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2005-04-25 09:54:10 +0000 |
commit | 85bcd6e7c087427c79a684f45b3187776d0b0bb2 (patch) | |
tree | d94689f95f727f8c6c7730df06ff18f7f442e271 /regress | |
parent | 11e0276131e77eb743b196d88c1ff12cff85065f (diff) |
Don't call cleanup in multiplex as test-exec will cleanup anyway
found by tim@, ok djm@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/multiplex.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/usr.bin/ssh/multiplex.sh b/regress/usr.bin/ssh/multiplex.sh index 3982629fd18..fdc65cd1278 100644 --- a/regress/usr.bin/ssh/multiplex.sh +++ b/regress/usr.bin/ssh/multiplex.sh @@ -1,4 +1,4 @@ -# $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 @@ -84,5 +84,3 @@ ${SSH} -S $CTL -Oexit otherhost || fail "send exit command failed" sleep 2 ps -p $MASTER_PID >/dev/null && fail "exit command failed" - -cleanup |