summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-12-06 23:04:57 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-12-06 23:04:57 +1100
commit3206e57e935870eb9a00a8aef3f3f1e70295b88d (patch)
tree3306dff0f4f8924e65369d7cdd1eb119a10b711e
parentccf077918587d9f881dd31577e2129d301572b13 (diff)
- david@cvs.openbsd.org 2004/07/09 19:45:43
[Makefile] add a missing CLEANFILES used in the re-exec test
-rw-r--r--ChangeLog5
-rw-r--r--regress/Makefile4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d8b535fcb..2ac3b4330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,9 @@
29 - dtucker@cvs.openbsd.org 2004/07/08 12:59:35 29 - dtucker@cvs.openbsd.org 2004/07/08 12:59:35
30 [scp.sh] 30 [scp.sh]
31 Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@ 31 Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@
32 - david@cvs.openbsd.org 2004/07/09 19:45:43
33 [Makefile]
34 add a missing CLEANFILES used in the re-exec test
32 35
3320041203 3620041203
34 - (dtucker) OpenBSD CVS Sync 37 - (dtucker) OpenBSD CVS Sync
@@ -1902,4 +1905,4 @@
1902 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1905 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1903 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1906 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1904 1907
1905$Id: ChangeLog,v 1.3592 2004/12/06 12:03:27 dtucker Exp $ 1908$Id: ChangeLog,v 1.3593 2004/12/06 12:04:57 dtucker Exp $
diff --git a/regress/Makefile b/regress/Makefile
index dba6d0bde..dc7b6e35a 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.31 2004/06/24 19:32:00 djm Exp $ 1# $OpenBSD: Makefile,v 1.32 2004/07/09 19:45:43 david Exp $
2 2
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec 3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec
4tests: $(REGRESS_TARGETS) 4tests: $(REGRESS_TARGETS)
@@ -43,7 +43,7 @@ LTESTS= connect \
43USER!= id -un 43USER!= id -un
44CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ 44CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
45 authorized_keys_${USER} known_hosts pidfile \ 45 authorized_keys_${USER} known_hosts pidfile \
46 ssh_config ssh_proxy sshd_config sshd_proxy \ 46 ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \
47 rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ 47 rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \
48 rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ 48 rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \
49 ls.copy banner.in banner.out empty.in \ 49 ls.copy banner.in banner.out empty.in \