diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |