From: dtucker Date: Mon, 6 Dec 2004 12:04:57 +0000 (+0000) Subject: - david@cvs.openbsd.org 2004/07/09 19:45:43 X-Git-Tag: V_4_0_P1~121 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/473bdc8bd9d1437fe0eb95aebd5feffa118e3c8b - david@cvs.openbsd.org 2004/07/09 19:45:43 [Makefile] add a missing CLEANFILES used in the re-exec test --- diff --git a/ChangeLog b/ChangeLog index a1262414..80de4ae3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,9 @@ - dtucker@cvs.openbsd.org 2004/07/08 12:59:35 [scp.sh] Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@ + - david@cvs.openbsd.org 2004/07/09 19:45:43 + [Makefile] + add a missing CLEANFILES used in the re-exec test 20041203 - (dtucker) OpenBSD CVS Sync diff --git a/regress/Makefile b/regress/Makefile index dba6d0bd..dc7b6e35 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2004/06/24 19:32:00 djm Exp $ +# $OpenBSD: Makefile,v 1.32 2004/07/09 19:45:43 david Exp $ REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec tests: $(REGRESS_TARGETS) @@ -43,7 +43,7 @@ LTESTS= connect \ USER!= id -un CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \ authorized_keys_${USER} known_hosts pidfile \ - ssh_config ssh_proxy sshd_config sshd_proxy \ + ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \ rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ ls.copy banner.in banner.out empty.in \