scdoc2mdoc

A fork of scdoc to output mdoc(7)
git clone git://git.sgregoratto.me/scdoc2mdoc
Log | Files | Refs | README | LICENSE

commit 599f968c0110b8eebe94e7019359e966fc7a53bb
parent 42d776dafede2d6a184a6071db18aeaca33a0c93
Author: Henrik Riomar <henrik.riomar@gmail.com>
Date:   Mon,  4 Mar 2019 22:25:21 +0100

use TZ=UTC in test case

Diffstat:
Mtest/preamble | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/preamble b/test/preamble @@ -70,10 +70,11 @@ test-manual(8) "" "Header" EOF end 0 +export TZ=UTC export SOURCE_DATE_EPOCH=$(date --date="2017-12-09 23:18:57" +'%s') begin "Supports \$SOURCE_DATE_EPOCH" -scdoc <<EOF | grep '^\.TH "reproducible-manual" "8" "2017-12-10"' >/dev/null +scdoc <<EOF | grep '^\.TH "reproducible-manual" "8" "2017-12-09"' >/dev/null reproducible-manual(8) EOF end 0