From: Stefano Lattarini Date: Fri, 27 Jul 2012 12:09:47 +0000 (+0200) Subject: [ng] cosmetics: update a couple of outdated references in comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30129d41164615333205b2220bfe29dc20651014;p=thirdparty%2Fautomake.git [ng] cosmetics: update a couple of outdated references in comments * lib/tap-driver.pl, lib/test-driver: Here, about synchronization of definition of ANSI color escapes with the relevant makefile fragments. Signed-off-by: Stefano Lattarini --- diff --git a/lib/tap-driver.pl b/lib/tap-driver.pl index c15d2b5f8..50fa6b599 100755 --- a/lib/tap-driver.pl +++ b/lib/tap-driver.pl @@ -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", diff --git a/lib/test-driver b/lib/test-driver index c29e726ff..56d281657 100755 --- a/lib/test-driver +++ b/lib/test-driver @@ -74,7 +74,7 @@ while test $# -gt 0; do done if test $color_tests = yes; then - # 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)'. red='' # Red. grn='' # Green. lgn='' # Light green.