]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
self tests: fix spurious failure
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 Jan 2013 14:29:00 +0000 (15:29 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 Jan 2013 14:30:03 +0000 (15:30 +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 442d1d4a35719cafe6c43afd5d37e4d8f261e1ed..87034b3855707583bb7621964ea09326708e2158 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.mk || exit 1
+          grep "compare-autodiffs" maint/maint.mk || exit 1
           case $(pwd) in '"$cwd"') : ;; *) exit 1;; esac'
 
 :