]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
fixup: avoid a spurious failure in self tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 14 Dec 2012 15:57:29 +0000 (16:57 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 14 Dec 2012 15:57:29 +0000 (16:57 +0100)
* t/self-check-dir.tap: Grep 'maint.mk', not 'Makefile', for
the "compare-autodiffs" string.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/self-check-dir.tap

index 60d9216357bc2025b013468affa0fe89103b9f14..abc02c148d565d261c39f5d6a710ea1a8ef780b9 100755 (executable)
@@ -65,7 +65,7 @@ do_check 'do not pre-populate testdir' \
 do_check 'do not create nor chdir in testdir' \
          'am_create_testdir=no' \
          'test ! -e t/_self.dir || exit 1
-          grep "compare-autodiffs" Makefile || exit 1
+          grep "compare-autodiffs" maint.mk || exit 1
           case $(pwd) in '"$cwd"') : ;; *) exit 1;; esac'
 
 :