summaryrefslogtreecommitdiff
path: root/t/get-sysconf.sh
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-02-25 23:03:05 +0100
committerMathieu Lirzin <mthl@gnu.org>2018-02-25 23:03:05 +0100
commitbe971a1d87d84d94cc073fcd5dbc6e7105b4d011 (patch)
treef530fc501658a6cc29d10fa3d5d9c1c08b193766 /t/get-sysconf.sh
parent9ec19184fe3df21f20417c4f73ffe46f9610b5c7 (diff)
parent4f73bb80d1583441ed4a1c681a843fe4d9d5e26c (diff)
downloadautomake-be971a1d87d84d94cc073fcd5dbc6e7105b4d011.tar.gz
Merge branch 'release' into maintmaint
Diffstat (limited to 't/get-sysconf.sh')
-rw-r--r--t/get-sysconf.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/get-sysconf.sh b/t/get-sysconf.sh
index 986c1dd36..65a8b2b40 100644
--- a/t/get-sysconf.sh
+++ b/t/get-sysconf.sh
@@ -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/>.
# Dummy test case, aimed at reporting useful system information in the
# final 'test-suite.log'. This way, if a user experiences a failure in
@@ -55,8 +55,8 @@ $YACC --version || :
$YACC --help || :
cat "$am_top_builddir/config.log" || st=1
-cat "$am_top_builddir/t/wrap/aclocal-$APIVERSION" || st=1
-cat "$am_top_builddir/t/wrap/automake-$APIVERSION" || st=1
+cat "$am_top_builddir/bin/aclocal-$APIVERSION" || st=1
+cat "$am_top_builddir/bin/automake-$APIVERSION" || st=1
if test $st -eq 0; then
# This test SKIPs, so that all the information it has gathered and