summaryrefslogtreecommitdiff
path: root/t/self-check-exit.tap
diff options
context:
space:
mode:
Diffstat (limited to 't/self-check-exit.tap')
-rw-r--r--t/self-check-exit.tap6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/self-check-exit.tap b/t/self-check-exit.tap
index 824badf0b..1650718ab 100644
--- a/t/self-check-exit.tap
+++ b/t/self-check-exit.tap
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2011-2017 Free Software Foundation, Inc.
+# Copyright (C) 2011-2018 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -12,7 +12,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/>.
# Sanity check for the automake testsuite.
# Check that, in case of failing commands, the correct exit status is
@@ -56,7 +56,7 @@ for sig in 1 2 13 15; do
if test $sig -eq 2; then
# Some Korn shells might otherwise get a spurious SIGINT when one is
# sent to the child $AM_TEST_RUNNER_SHELL. For more details, see:
- # <http://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
+ # <https://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
trap : 2
fi
$AM_TEST_RUNNER_SHELL -c "$init kill -$sig \$\$; :" "$dummy_test_script"