From: Stefano Lattarini Date: Fri, 18 May 2012 14:01:06 +0000 (+0200) Subject: [ng] tests: fix a botched comment (about $(srcdir)/ in TESTS) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7f237ad412f6c92c30540869beb30913412ed13;p=thirdparty%2Fautomake.git [ng] tests: fix a botched comment (about $(srcdir)/ in TESTS) This is a fixup for commit v1.11b-128-g1588135. * t/parallel-tests-srcdir-in-test-name.sh: Fix botched comment, carried over from the older versions of 't/parallel-tests8.sh'. Signed-off-by: Stefano Lattarini --- diff --git a/t/parallel-tests-srcdir-in-test-name.sh b/t/parallel-tests-srcdir-in-test-name.sh index 4c834d900..dd3b381cf 100755 --- a/t/parallel-tests-srcdir-in-test-name.sh +++ b/t/parallel-tests-srcdir-in-test-name.sh @@ -14,14 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Check parallel-tests features: -# - listing $(srcdir)/ or $(top_srcdir)/ in TESTS doesn't work ATM, -# and is thus diagnosed. - -# TODO: this test should also ensure that the 'make' implementation -# properly adheres to rules in all cases. See the Autoconf -# manual for the ugliness in this area, when VPATH comes into -# play. :-/ +# Check parallel-tests features: listing $(srcdir)/ in TESTS works. am_parallel_tests=yes . ./defs || Exit 1