From: Stefano Lattarini Date: Mon, 31 Dec 2012 18:54:24 +0000 (+0100) Subject: tests: fix reference to sister tests in two heading comments X-Git-Tag: v1.13.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c8fc2f1d954d34f6f86b9cc74954f5ae5b8dc5;p=thirdparty%2Fautomake.git tests: fix reference to sister tests in two heading comments * t/color-tests.sh: Here. * t/color-tests2.sh: And here. Signed-off-by: Stefano Lattarini --- diff --git a/t/color-tests.sh b/t/color-tests.sh index 4e136c402..ae6ef686e 100755 --- a/t/color-tests.sh +++ b/t/color-tests.sh @@ -15,7 +15,7 @@ # along with this program. If not, see . # Test Automake TESTS color output, by forcing it. -# Keep this in sync with the sister test 'color2.sh'. +# Keep this in sync with the sister test 'color-tests2.sh'. required='grep-nonprint' # For gen-testsuite-part: ==> try-with-serial-tests <== diff --git a/t/color-tests2.sh b/t/color-tests2.sh index 34593a278..09ebff96c 100755 --- a/t/color-tests2.sh +++ b/t/color-tests2.sh @@ -15,7 +15,7 @@ # along with this program. If not, see . # Test Automake TESTS color output, using the expect(1) program. -# Keep this in sync with the sister test 'color.sh'. +# Keep this in sync with the sister test 'color-tests.sh'. required='grep-nonprint' # For gen-testsuite-part: ==> try-with-serial-tests <==