From: Stefano Lattarini Date: Sat, 27 Oct 2012 15:09:55 +0000 (+0200) Subject: tests: remove an obsolete, and probably now wrong, comment X-Git-Tag: v1.12b~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50d533cd6f34509f64533b436bf57266d9a743d8;p=platform%2Fupstream%2Fautomake.git tests: remove an obsolete, and probably now wrong, comment * t/dirlist.sh: Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/dirlist.sh b/t/dirlist.sh index b8288c5..2dc9038 100755 --- a/t/dirlist.sh +++ b/t/dirlist.sh @@ -50,8 +50,7 @@ grep m4_include aclocal.m4 && exit 1 grep 'GUILE-VERSION' configure # This bug can occur only when we do a VPATH build of Automake -# (because of the '-I' passed to aclocal in tests/defs/aclocal.in) but -# it's OK because VPATH builds are done by 'make distcheck'. +# but it's OK because VPATH builds are done by 'make distcheck'. grep 'I should not be included' configure && exit 1 :