From: Stefano Lattarini Date: Sat, 12 Jan 2013 13:42:52 +0000 (+0100) Subject: tests: self-check-dir.tap: fix post-merge spurious failure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f023fa043c438641eb13d4c7c4e3995c300a523b;p=thirdparty%2Fautomake.git tests: self-check-dir.tap: fix post-merge spurious failure * t/self-check-dir.tap: Here, caused by recent reshuffling of the Automake source tree. Signed-off-by: Stefano Lattarini --- diff --git a/t/self-check-dir.tap b/t/self-check-dir.tap index 87034b385..2dd13cf64 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" maint/maint.mk || exit 1 + grep "compare-autodiffs" maintainer/maint.mk || exit 1 case $(pwd) in '"$cwd"') : ;; *) exit 1;; esac' :