diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-28 13:02:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-28 13:02:25 +0000 |
commit | 704dc9f010574f72edab17fa37ea4e1838cded01 (patch) | |
tree | 4b9626c5f4c34ab18576a2aedc4263397104cb26 /regress/mdoc | |
parent | 0b21d92adc74eb650cc032213cb8d2fa2342151f (diff) | |
download | mandoc-704dc9f010574f72edab17fa37ea4e1838cded01.tar.gz |
disable .Xr -Tlint test for now,
it causes too much trouble on non-OpenBSD systems
Diffstat (limited to 'regress/mdoc')
-rw-r--r-- | regress/mdoc/Xr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/mdoc/Xr/Makefile b/regress/mdoc/Xr/Makefile index 98887f84..c4382c23 100644 --- a/regress/mdoc/Xr/Makefile +++ b/regress/mdoc/Xr/Makefile @@ -1,6 +1,9 @@ # $OpenBSD: Makefile,v 1.4 2015/02/06 01:07:07 schwarze Exp $ REGRESS_TARGETS = args + +# OpenBSD only: .Xr target tests cause too much trouble elsewhere + LINT_TARGETS = args .include <bsd.regress.mk> |