mirror of git://anongit.mindrot.org/openssh.git
- dtucker@cvs.openbsd.org 2012/07/02 14:37:06
[regress/connect-privsep.sh] remove exit from end of test since it prevents reporting failure
This commit is contained in:
parent
4908d44e67
commit
369ceedce2
|
@ -16,6 +16,9 @@
|
||||||
- dtucker@cvs.openbsd.org 2012/07/02 12:13:26
|
- dtucker@cvs.openbsd.org 2012/07/02 12:13:26
|
||||||
[ssh-pkcs11-helper.c sftp-client.c]
|
[ssh-pkcs11-helper.c sftp-client.c]
|
||||||
fix a couple of "assigned but not used" warnings. ok markus@
|
fix a couple of "assigned but not used" warnings. ok markus@
|
||||||
|
- dtucker@cvs.openbsd.org 2012/07/02 14:37:06
|
||||||
|
[regress/connect-privsep.sh]
|
||||||
|
remove exit from end of test since it prevents reporting failure
|
||||||
|
|
||||||
20120629
|
20120629
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: connect-privsep.sh,v 1.3 2012/06/26 12:06:59 dtucker Exp $
|
# $OpenBSD: connect-privsep.sh,v 1.4 2012/07/02 14:37:06 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="proxy connect with privsep"
|
tid="proxy connect with privsep"
|
||||||
|
@ -34,5 +34,3 @@ for m in '' A F G H J P R S X Z '<' '>'; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
exit
|
|
||||||
|
|
Loading…
Reference in New Issue