diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2020-01-06 22:36:58 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2020-01-06 22:36:58 +0000 |
commit | 88377d90c4e2030f45c2fae7769ec1e677180fb0 (patch) | |
tree | 7baa237a51a1681565757ea2782bf7ebf653d71e | |
parent | bfe983507825b0f13293f7d33ddadd2eda754c55 (diff) |
Add regression tests for netcat. Currently netcat server and client
get started and connect with each other. The protocols TCP, TLS,
UDP, and UNIX domain stream and datagram sockets are covered.
-rw-r--r-- | regress/usr.bin/nc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.bin/nc/Makefile b/regress/usr.bin/nc/Makefile index d4fc0e3cd9b..e902f928582 100644 --- a/regress/usr.bin/nc/Makefile +++ b/regress/usr.bin/nc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2020/01/06 22:36:57 bluhm Exp $ +# $OpenBSD: Makefile,v 1.1 2020/01/06 22:36:57 bluhm Exp $ # Copyright (c) 2020 Alexander Bluhm <bluhm@openbsd.org> # |