tests: fix reference to sister tests in two heading comments
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 31 Dec 2012 18:54:24 +0000 (19:54 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 31 Dec 2012 18:54:24 +0000 (19:54 +0100)
* t/color-tests.sh: Here.
* t/color-tests2.sh: And here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/color-tests.sh
t/color-tests2.sh

index 4e136c4..ae6ef68 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # 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 <==
index 34593a2..09ebff9 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # 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 <==