diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | regress/Makefile | 3 |
2 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,10 @@ | |||
1 | 20050307 | 1 | 20050307 |
2 | - (dtucker) [configure.ac] Disable gettext search when configuring with | 2 | - (dtucker) [configure.ac] Disable gettext search when configuring with |
3 | BSM audit support for the time being. ok djm@ | 3 | BSM audit support for the time being. ok djm@ |
4 | - (dtucker) OpenBSD CVS Sync (regress/) | ||
5 | - fgsch@cvs.openbsd.org 2004/12/10 01:31:30 | ||
6 | [Makefile] | ||
7 | some globbing regress; prompted and ok djm@ | ||
4 | 8 | ||
5 | 20050306 | 9 | 20050306 |
6 | - (dtucker) [monitor.c] Bug #125 comment #47: fix errors returned by monitor | 10 | - (dtucker) [monitor.c] Bug #125 comment #47: fix errors returned by monitor |
@@ -2287,4 +2291,4 @@ | |||
2287 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2291 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2288 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2292 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2289 | 2293 | ||
2290 | $Id: ChangeLog,v 1.3694 2005/03/07 06:34:45 dtucker Exp $ | 2294 | $Id: ChangeLog,v 1.3695 2005/03/07 06:36:18 dtucker Exp $ |
diff --git a/regress/Makefile b/regress/Makefile index 3e22d547f..0536ee7b9 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.33 2004/10/29 23:59:22 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.34 2004/12/10 01:31:30 fgsch Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec | 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec |
4 | tests: $(REGRESS_TARGETS) | 4 | tests: $(REGRESS_TARGETS) |
@@ -34,6 +34,7 @@ LTESTS= connect \ | |||
34 | sftp-cmds \ | 34 | sftp-cmds \ |
35 | sftp-badcmds \ | 35 | sftp-badcmds \ |
36 | sftp-batch \ | 36 | sftp-batch \ |
37 | sftp-glob \ | ||
37 | reconfigure \ | 38 | reconfigure \ |
38 | dynamic-forward \ | 39 | dynamic-forward \ |
39 | forwarding \ | 40 | forwarding \ |