diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | regress/connect-privsep.sh | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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 | ||
20 | 20120629 | 23 | 20120629 |
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 | ||
4 | tid="proxy connect with privsep" | 4 | tid="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 |
36 | done | 36 | done |
37 | |||
38 | exit | ||