tests: remove an obsolete, and probably now wrong, comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 15:09:55 +0000 (17:09 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 27 Oct 2012 15:09:55 +0000 (17:09 +0200)
* t/dirlist.sh: Here.

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

index b8288c5..2dc9038 100755 (executable)
@@ -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
 
 :