summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--regress/connect-privsep.sh4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 42b1888cb..b55f6ba9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,9 @@
16 - dtucker@cvs.openbsd.org 2012/07/02 12:13:26 16 - dtucker@cvs.openbsd.org 2012/07/02 12:13:26
17 [ssh-pkcs11-helper.c sftp-client.c] 17 [ssh-pkcs11-helper.c sftp-client.c]
18 fix a couple of "assigned but not used" warnings. ok markus@ 18 fix a couple of "assigned but not used" warnings. ok markus@
19 - dtucker@cvs.openbsd.org 2012/07/02 14:37:06
20 [regress/connect-privsep.sh]
21 remove exit from end of test since it prevents reporting failure
19 22
2020120629 2320120629
21 - OpenBSD CVS Sync 24 - OpenBSD CVS Sync
diff --git a/regress/connect-privsep.sh b/regress/connect-privsep.sh
index f24010355..94cc64acf 100644
--- a/regress/connect-privsep.sh
+++ b/regress/connect-privsep.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: connect-privsep.sh,v 1.3 2012/06/26 12:06:59 dtucker Exp $ 1# $OpenBSD: connect-privsep.sh,v 1.4 2012/07/02 14:37:06 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="proxy connect with privsep" 4tid="proxy connect with privsep"
@@ -34,5 +34,3 @@ for m in '' A F G H J P R S X Z '<' '>'; do
34 fi 34 fi
35 done 35 done
36done 36done
37
38exit