diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-07-02 08:03:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-07-02 08:03:58 +0000 |
commit | 31a335f7a1437e54583f5158ee3fcb9e99bd194c (patch) | |
tree | 3656f987a78bdf61200c5dc7e2d549183f62622b /regress/usr.bin | |
parent | 3114e589ef760a316421637c47d0436efc90370e (diff) |
move test to the right directory
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Dt/Makefile | 10 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Dt/befSh.out_lint | 1 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Sh/Makefile | 10 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Sh/before.in (renamed from regress/usr.bin/mandoc/mdoc/Dt/befSh.in) | 4 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Sh/before.out_lint | 1 |
5 files changed, 13 insertions, 13 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Dt/Makefile b/regress/usr.bin/mandoc/mdoc/Dt/Makefile index fb7c3110190..95b0687b235 100644 --- a/regress/usr.bin/mandoc/mdoc/Dt/Makefile +++ b/regress/usr.bin/mandoc/mdoc/Dt/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2014/06/20 22:58:41 schwarze Exp $ +# $OpenBSD: Makefile,v 1.3 2014/07/02 08:03:57 schwarze Exp $ REGRESS_TARGETS = case badsec badarch nodate baddate -REGRESS_TARGETS += noos order dupe nobody lateos befSh +REGRESS_TARGETS += noos order dupe nobody lateos LINT_TARGETS = case badsec badarch nodate baddate -LINT_TARGETS += noos order dupe nobody lateos befSh +LINT_TARGETS += noos order dupe nobody lateos -SKIP_GROFF = badsec badarch nodate baddate noos nobody befSh -SKIP_ASCII = badsec badarch nodate baddate noos befSh +SKIP_GROFF = badsec badarch nodate baddate noos nobody +SKIP_ASCII = badsec badarch nodate baddate noos .include <bsd.regress.mk> diff --git a/regress/usr.bin/mandoc/mdoc/Dt/befSh.out_lint b/regress/usr.bin/mandoc/mdoc/Dt/befSh.out_lint deleted file mode 100644 index faad27ec8c8..00000000000 --- a/regress/usr.bin/mandoc/mdoc/Dt/befSh.out_lint +++ /dev/null @@ -1 +0,0 @@ -mandoc: befSh.in:4:4: WARNING: content before first section header: Ox diff --git a/regress/usr.bin/mandoc/mdoc/Sh/Makefile b/regress/usr.bin/mandoc/mdoc/Sh/Makefile index 40d9c3e787c..f05a74e42de 100644 --- a/regress/usr.bin/mandoc/mdoc/Sh/Makefile +++ b/regress/usr.bin/mandoc/mdoc/Sh/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2014/07/01 22:36:35 schwarze Exp $ +# $OpenBSD: Makefile,v 1.2 2014/07/02 08:03:57 schwarze Exp $ -REGRESS_TARGETS = first emptyNAME badNAME order -LINT_TARGETS = first emptyNAME badNAME order +REGRESS_TARGETS = before first emptyNAME badNAME order +LINT_TARGETS = before first emptyNAME badNAME order -SKIP_GROFF = first -SKIP_ASCII = first +SKIP_GROFF = before first +SKIP_ASCII = before first .include <bsd.regress.mk> diff --git a/regress/usr.bin/mandoc/mdoc/Dt/befSh.in b/regress/usr.bin/mandoc/mdoc/Sh/before.in index ef9f585bd2f..45b09905b5d 100644 --- a/regress/usr.bin/mandoc/mdoc/Dt/befSh.in +++ b/regress/usr.bin/mandoc/mdoc/Sh/before.in @@ -1,9 +1,9 @@ .Dd June 20, 2014 -.Dt DT-BEFSH 1 +.Dt SH-BEFORE 1 .Os OpenBSD .Ox .Sh NAME -.Nm Dt-befSh +.Nm Sh-before .Nd content before the first section header .Sh DESCRIPTION some text diff --git a/regress/usr.bin/mandoc/mdoc/Sh/before.out_lint b/regress/usr.bin/mandoc/mdoc/Sh/before.out_lint new file mode 100644 index 00000000000..d79895148a0 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Sh/before.out_lint @@ -0,0 +1 @@ +mandoc: before.in:4:2: WARNING: content before first section header: Ox |