diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-07-10 21:40:47 +0200 |
---|---|---|
committer | Henrik Riomar <henrik.riomar@gmail.com> | 2019-07-10 21:41:18 +0200 |
commit | da3bca556b7e95e800a06d0a9181506728edf2ce (patch) | |
tree | b36641aedb374ccc75f75f546e77c6b9640ac639 /community/scdoc/scdoc-use-TZ-UTC-in-test-case.patch | |
parent | 5e132979bc2b5a9bafb2874beb3ca06d83224e6a (diff) | |
download | aports-da3bca556b7e95e800a06d0a9181506728edf2ce.tar.bz2 aports-da3bca556b7e95e800a06d0a9181506728edf2ce.tar.xz |
community/scdoc: upgrade to 1.9.6
Diffstat (limited to 'community/scdoc/scdoc-use-TZ-UTC-in-test-case.patch')
-rw-r--r-- | community/scdoc/scdoc-use-TZ-UTC-in-test-case.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/scdoc/scdoc-use-TZ-UTC-in-test-case.patch b/community/scdoc/scdoc-use-TZ-UTC-in-test-case.patch deleted file mode 100644 index d1c8e76742..0000000000 --- a/community/scdoc/scdoc-use-TZ-UTC-in-test-case.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 39d1b1a4cea4f5f562d571bd6b090e72c057becb Mon Sep 17 00:00:00 2001 -From: Henrik Riomar <henrik.riomar@gmail.com> -Date: Mon, 4 Mar 2019 22:03:25 +0100 -Subject: [PATCH] [PATCH scdoc] use TZ=UTC in test case - ---- - test/preamble | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/test/preamble b/test/preamble -index 969d674..71f1372 100755 ---- 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 --- -2.21.0 - |