summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 10:31:56 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 10:31:56 +1100
commit287b9329c5fc2e1a177f9608209a35a6c5bf852a (patch)
treee9df8cc1e3ea5321f2029ac171d4e235bd893d71
parent798855358538931da4f3d7ee6a111b3b4fbd338c (diff)
- 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...
-rw-r--r--ChangeLog4
-rw-r--r--regress/Makefile5
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index eeeb5e365..838372197 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -96,6 +96,10 @@
96 [regress/multiplex.sh] 96 [regress/multiplex.sh]
97 Always specify ssh_config for multiplex tests: prevents breakage caused 97 Always specify ssh_config for multiplex tests: prevents breakage caused
98 by options in ~/.ssh/config. From Dan Peterson. 98 by options in ~/.ssh/config. From Dan Peterson.
99 - djm@cvs.openbsd.org 2009/08/13 00:57:17
100 [regress/Makefile]
101 regression test for port number parsing. written as part of the a2port
102 change that went into 5.2 but I forgot to commit it at the time...
99 103
10020091002 10420091002
101 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 105 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
diff --git a/regress/Makefile b/regress/Makefile
index 3b8ea245b..7d4e2ab4e 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.48 2008/06/28 13:57:25 djm Exp $ 1# $OpenBSD: Makefile,v 1.49 2009/08/13 00:57:17 djm 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)
@@ -50,7 +50,8 @@ LTESTS= connect \
50 cfgmatch \ 50 cfgmatch \
51 addrmatch \ 51 addrmatch \
52 localcommand \ 52 localcommand \
53 forcecommand 53 forcecommand \
54 portnum
54 55
55INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers 56INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
56#INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp 57#INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp