summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2016-03-01 16:45:50 +0000
committerschwarze <schwarze@openbsd.org>2016-03-01 16:45:50 +0000
commitb4626694861fef4ee33734f2c4137092765baac0 (patch)
tree5cfa5876bd9d73c8d5e97e06f2c67682fa956511
parentFix a segfault and functional error in c_gets(), (diff)
downloadwireguard-openbsd-b4626694861fef4ee33734f2c4137092765baac0.tar.xz
wireguard-openbsd-b4626694861fef4ee33734f2c4137092765baac0.zip
After the bugfix in libedit/chared.c rev. 1.17,
chared unit tests now work, so enable them.
-rw-r--r--regress/lib/libedit/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/lib/libedit/Makefile b/regress/lib/libedit/Makefile
index a6935423b45..b0ab503085f 100644
--- a/regress/lib/libedit/Makefile
+++ b/regress/lib/libedit/Makefile
@@ -1,6 +1,5 @@
-# $OpenBSD: Makefile,v 1.1 2016/03/01 16:12:11 schwarze Exp $
+# $OpenBSD: Makefile,v 1.2 2016/03/01 16:45:50 schwarze Exp $
-SUBDIR += keymacro read
-#SUBDIR += chared
+SUBDIR += chared keymacro read
.include <bsd.subdir.mk>