From 67e2c0a9f584f92c41bcd56747f2f30894bbb4ae Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 3 Jan 2013 15:29:00 +0100 Subject: [PATCH] self tests: fix spurious failure * t/self-check-dir.tap: Here, caused by recent reshuffling of the Automake source tree. Signed-off-by: Stefano Lattarini --- t/self-check-dir.tap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/self-check-dir.tap b/t/self-check-dir.tap index 442d1d4a3..87034b385 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.mk || exit 1 + grep "compare-autodiffs" maint/maint.mk || exit 1 case $(pwd) in '"$cwd"') : ;; *) exit 1;; esac' : -- 2.47.2