summaryrefslogtreecommitdiff
path: root/t/get-sysconf.sh
diff options
context:
space:
mode:
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