diff options
author | 2016-03-01 16:45:50 +0000 | |
---|---|---|
committer | 2016-03-01 16:45:50 +0000 | |
commit | b4626694861fef4ee33734f2c4137092765baac0 (patch) | |
tree | 5cfa5876bd9d73c8d5e97e06f2c67682fa956511 | |
parent | Fix a segfault and functional error in c_gets(), (diff) | |
download | wireguard-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/Makefile | 5 |
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> |