mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-25 03:12:10 +00:00
- djm@cvs.openbsd.org 2009/08/13 00:57:17
[regress/Makefile] regression test for port number parsing. written as part of the a2port change that went into 5.2 but I forgot to commit it at the time...
This commit is contained in:
parent
7988553585
commit
287b9329c5
@ -96,6 +96,10 @@
|
||||
[regress/multiplex.sh]
|
||||
Always specify ssh_config for multiplex tests: prevents breakage caused
|
||||
by options in ~/.ssh/config. From Dan Peterson.
|
||||
- djm@cvs.openbsd.org 2009/08/13 00:57:17
|
||||
[regress/Makefile]
|
||||
regression test for port number parsing. written as part of the a2port
|
||||
change that went into 5.2 but I forgot to commit it at the time...
|
||||
|
||||
20091002
|
||||
- (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.48 2008/06/28 13:57:25 djm Exp $
|
||||
# $OpenBSD: Makefile,v 1.49 2009/08/13 00:57:17 djm Exp $
|
||||
|
||||
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec
|
||||
tests: $(REGRESS_TARGETS)
|
||||
@ -50,7 +50,8 @@ LTESTS= connect \
|
||||
cfgmatch \
|
||||
addrmatch \
|
||||
localcommand \
|
||||
forcecommand
|
||||
forcecommand \
|
||||
portnum
|
||||
|
||||
INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
|
||||
#INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp
|
||||
|
Loading…
Reference in New Issue
Block a user