- (djm) [regress/Makefile] Disable dhgex regress test; it breaks when

no moduli file exists at the expected location.
This commit is contained in:
Damien Miller 2014-03-02 04:01:00 +11:00
parent c83fdf30e9
commit 2476c31b96
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
20140301
- (djm) [regress/Makefile] Disable dhgex regress test; it breaks when
no moduli file exists at the expected location.
20140228 20140228
- OpenBSD CVS Sync - OpenBSD CVS Sync
- djm@cvs.openbsd.org 2014/02/27 00:41:49 - djm@cvs.openbsd.org 2014/02/27 00:41:49

View File

@ -23,7 +23,6 @@ LTESTS= connect \
transfer \ transfer \
banner \ banner \
rekey \ rekey \
dhgex \
stderr-data \ stderr-data \
stderr-after-eof \ stderr-after-eof \
broken-pipe \ broken-pipe \
@ -66,6 +65,7 @@ LTESTS= connect \
forward-control \ forward-control \
integrity \ integrity \
krl krl
# dhgex \
INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
#INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp #INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp