]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] tests: fix a botched comment (about $(srcdir)/ in TESTS)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 18 May 2012 14:01:06 +0000 (16:01 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 18 May 2012 14:04:37 +0000 (16:04 +0200)
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 <stefano.lattarini@gmail.com>
t/parallel-tests-srcdir-in-test-name.sh

index 4c834d900e582658b81a2934a2d5bb32de07e7e7..dd3b381cf072b3568c3a69ce0a3bd21c32949f0b 100755 (executable)
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# 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