From: Stefano Lattarini Date: Fri, 14 Dec 2012 15:57:29 +0000 (+0100) Subject: fixup: avoid a spurious failure in self tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8abb3385fd341f8b559a66c3a5ec40f3dcb380;p=thirdparty%2Fautomake.git fixup: avoid a spurious failure in self tests * t/self-check-dir.tap: Grep 'maint.mk', not 'Makefile', for the "compare-autodiffs" string. Signed-off-by: Stefano Lattarini --- diff --git a/t/self-check-dir.tap b/t/self-check-dir.tap index 60d921635..abc02c148 100755 --- a/t/self-check-dir.tap +++ b/t/self-check-dir.tap @@ -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' :