summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2020-01-06 22:36:58 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2020-01-06 22:36:58 +0000
commit88377d90c4e2030f45c2fae7769ec1e677180fb0 (patch)
tree7baa237a51a1681565757ea2782bf7ebf653d71e
parentbfe983507825b0f13293f7d33ddadd2eda754c55 (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/Makefile2
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>
#