summaryrefslogtreecommitdiff
path: root/t/lex-multiple.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lex-multiple.sh')
-rw-r--r--t/lex-multiple.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/lex-multiple.sh b/t/lex-multiple.sh
index f05356c17..5d6d74c26 100644
--- a/t/lex-multiple.sh
+++ b/t/lex-multiple.sh
@@ -12,13 +12,13 @@
# 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/>.
# Check that we can build a program using several lexers at once
# (assuming Flex is used). That is a little tricky, but possible.
# See:
-# <http://lists.gnu.org/archive/html/automake/2010-10/msg00081.html>
-# <http://lists.gnu.org/archive/html/automake/2009-03/msg00061.html>
+# <https://lists.gnu.org/archive/html/automake/2010-10/msg00081.html>
+# <https://lists.gnu.org/archive/html/automake/2009-03/msg00061.html>
required='cc flex'
. test-init.sh