- (djm) [regress/Makefile] Disable dhgex regress test; it breaks when
no moduli file exists at the expected location.
This commit is contained in:
parent
c83fdf30e9
commit
2476c31b96
|
@ -1,3 +1,7 @@
|
|||
20140301
|
||||
- (djm) [regress/Makefile] Disable dhgex regress test; it breaks when
|
||||
no moduli file exists at the expected location.
|
||||
|
||||
20140228
|
||||
- OpenBSD CVS Sync
|
||||
- djm@cvs.openbsd.org 2014/02/27 00:41:49
|
||||
|
|
|
@ -23,7 +23,6 @@ LTESTS= connect \
|
|||
transfer \
|
||||
banner \
|
||||
rekey \
|
||||
dhgex \
|
||||
stderr-data \
|
||||
stderr-after-eof \
|
||||
broken-pipe \
|
||||
|
@ -66,6 +65,7 @@ LTESTS= connect \
|
|||
forward-control \
|
||||
integrity \
|
||||
krl
|
||||
# dhgex \
|
||||
|
||||
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