[regress/connect-privsep.sh]
     remove exit from end of test since it prevents reporting failure
This commit is contained in:
Darren Tucker 2012-07-03 00:53:18 +10:00
parent 4908d44e67
commit 369ceedce2
2 changed files with 4 additions and 3 deletions

View File

@ -16,6 +16,9 @@
- dtucker@cvs.openbsd.org 2012/07/02 12:13:26
[ssh-pkcs11-helper.c sftp-client.c]
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
- OpenBSD CVS Sync

View File

@ -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.
tid="proxy connect with privsep"
@ -34,5 +34,3 @@ for m in '' A F G H J P R S X Z '<' '>'; do
fi
done
done
exit