diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | regress/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20140301 | ||
2 | - (djm) [regress/Makefile] Disable dhgex regress test; it breaks when | ||
3 | no moduli file exists at the expected location. | ||
4 | |||
1 | 20140228 | 5 | 20140228 |
2 | - OpenBSD CVS Sync | 6 | - OpenBSD CVS Sync |
3 | - djm@cvs.openbsd.org 2014/02/27 00:41:49 | 7 | - djm@cvs.openbsd.org 2014/02/27 00:41:49 |
diff --git a/regress/Makefile b/regress/Makefile index 5405ca39b..6e3b8d634 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -23,7 +23,6 @@ LTESTS= connect \ | |||
23 | transfer \ | 23 | transfer \ |
24 | banner \ | 24 | banner \ |
25 | rekey \ | 25 | rekey \ |
26 | dhgex \ | ||
27 | stderr-data \ | 26 | stderr-data \ |
28 | stderr-after-eof \ | 27 | stderr-after-eof \ |
29 | broken-pipe \ | 28 | broken-pipe \ |
@@ -66,6 +65,7 @@ LTESTS= connect \ | |||
66 | forward-control \ | 65 | forward-control \ |
67 | integrity \ | 66 | integrity \ |
68 | krl | 67 | krl |
68 | # dhgex \ | ||
69 | 69 | ||
70 | INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers | 70 | INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers |
71 | #INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp | 71 | #INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp |