diff options
author | 2003-04-02 12:21:13 +0000 | |
---|---|---|
committer | 2003-04-02 12:21:13 +0000 | |
commit | e08b83f3b98e74f44851175bdd7b26135891396f (patch) | |
tree | d12b00c5c0ee1cc8f87b4ca607bc4b985df06bf8 | |
parent | reapply rekeying chage, tested by henning@, ok djm@ (diff) | |
download | wireguard-openbsd-e08b83f3b98e74f44851175bdd7b26135891396f.tar.xz wireguard-openbsd-e08b83f3b98e74f44851175bdd7b26135891396f.zip |
enable rekey test
-rw-r--r-- | regress/usr.bin/ssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/Makefile b/regress/usr.bin/ssh/Makefile index 76262f0b1eb..67cb7ca42ad 100644 --- a/regress/usr.bin/ssh/Makefile +++ b/regress/usr.bin/ssh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2003/01/08 23:54:22 djm Exp $ +# $OpenBSD: Makefile,v 1.21 2003/04/02 12:21:13 markus Exp $ REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 @@ -11,6 +11,7 @@ LTESTS= connect \ proto-mismatch \ exit-status \ transfer \ + rekey \ stderr-data \ stderr-after-eof \ broken-pipe \ |