diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:13:23 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:22:54 -0700 |
| commit | be87d61299f52e366bcb65fd176ccf325b0f77e0 (patch) | |
| tree | c5e289ea68824ba407d5928e0e6e65d8bab51430 /tests/misc/date-debug.sh | |
| parent | copy: check for vulnerable target dirs (diff) | |
| download | coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.tar.gz coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.zip | |
all: prefer HTTPS in URLs
Diffstat (limited to 'tests/misc/date-debug.sh')
| -rwxr-xr-x | tests/misc/date-debug.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/misc/date-debug.sh b/tests/misc/date-debug.sh index 8ff34ae86..f2146cf58 100755 --- a/tests/misc/date-debug.sh +++ b/tests/misc/date-debug.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ date @@ -104,7 +104,7 @@ compare exp3 out3 || fail=1 ## ## Parsing a lone number. ## Fixed in gnulib v0.1-1099-gf2d4b5c -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f2d4b5caa +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f2d4b5caa cat<<EOF>exp4 date: parsed number part: (Y-M-D) 2013-01-01 date: input timezone: TZ="UTC0" environment value or -u @@ -125,7 +125,7 @@ compare exp4 out4 || fail=1 ## ## Parsing a relative number after a timezone string ## Fixed in gnulib v0.1-1100-g5c438e8 -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=5c438e8ce7d +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=5c438e8ce7d cat<<EOF>exp5 date: parsed date part: (Y-M-D) 2013-10-30 date: parsed time part: 00:00:00 @@ -152,7 +152,7 @@ compare exp5 out5 || fail=1 ## ## Explicitly warn about unexpected day/month shifts. ## added in gnulib v0.1-1101-gf14eff1 -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f14eff1b3cde2b +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f14eff1b3cde2b TOOLONG='it is recommended to specify the 15th of the months' cat<<EOF>exp6 date: parsed date part: (Y-M-D) 2016-10-31 @@ -181,7 +181,7 @@ compare exp6 out6 || fail=1 ## ## Explicitly warn about crossing DST boundaries. ## added in gnulib v0.1-1102-g30a55dd -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=30a55dd72dad2 +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=30a55dd72dad2 TOOLONG2='it is recommended to specify the 15th of the months' cat<<EOF>exp7 date: parsed date part: (Y-M-D) 2016-06-01 @@ -212,7 +212,7 @@ compare exp7 out7 || fail=1 ## fix local timezone debug messages. ## fixed in git v0.1-1103-gc56e7fb -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c56e7fbb032 +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c56e7fbb032 cat<<EOF>exp8_1 date: parsed date part: (Y-M-D) 2011-12-11 @@ -252,7 +252,7 @@ compare exp8_2 out8_2 || fail=1 ## fix debug message on lone year number (The "2011" part). ## fixed in gnulib v0.1-1104-g15b8f30 -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=15b8f3046a25 +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=15b8f3046a25 ## ## NOTE: ## When the date 'Apr 11' is parsed, the year part will be the |
