]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: self-check-dir.tap: fix post-merge spurious failure
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 13:42:52 +0000 (14:42 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 13:42:52 +0000 (14:42 +0100)
* t/self-check-dir.tap: Here, caused by recent reshuffling of the
Automake source tree.

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

index 87034b3855707583bb7621964ea09326708e2158..2dd13cf647341360c82c234a95d4dad3fe1da68c 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" maint/maint.mk || exit 1
+          grep "compare-autodiffs" maintainer/maint.mk || exit 1
           case $(pwd) in '"$cwd"') : ;; *) exit 1;; esac'
 
 :