summaryrefslogtreecommitdiff
path: root/contrib/tap-driver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tap-driver.pl')
-rwxr-xr-xcontrib/tap-driver.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tap-driver.pl b/contrib/tap-driver.pl
index ee73b9973..4d76bd905 100755
--- a/contrib/tap-driver.pl
+++ b/contrib/tap-driver.pl
@@ -19,9 +19,9 @@
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.
-# This file is maintained in Automake, please report
+# This file is maintained in Automake-NG, please report
# bugs to <bug-automake@gnu.org> or send patches to
-# <automake-patches@gnu.org>.
+# <automake-ng@gnu.org>.
# ---------------------------------- #
# Imports, static data, and setup. #
@@ -49,7 +49,7 @@ END
my $HELP = "$ME: TAP-aware test driver for Automake testsuite harness." .
"\n" . $USAGE;
-# Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
+# Keep in sync with 'lib/am/color-tests.am:$(am.test-suite.tty-colors)'.
my %COLOR = (
red => "\e[0;31m",
grn => "\e[0;32m",