From 108a98575462e54dffa0083a773a46c57a23a113 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 23 Dec 2014 11:20:06 +0100 Subject: [PATCH] [ng] tests: fix two spurious failures * t/self-check-dir.tap: Here (where we didn't account for VPATH builds). * t/subpkg.sh: And here (where we were trying to copy the 'compile' build-aux script on a pre-existing, read-only one). Signed-off-by: Stefano Lattarini --- t/self-check-dir.tap | 2 +- t/subpkg.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/t/self-check-dir.tap b/t/self-check-dir.tap index e46870bc1..4c905c1fd 100644 --- 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" maintainer/maint.mk || exit 1 + grep "^t/depcomp-lt-gcc\.log:" Makefile || exit 1 case $(pwd) in '"$cwd"') : ;; *) exit 1;; esac' : diff --git a/t/subpkg.sh b/t/subpkg.sh index 60a227840..b09172ccf 100644 --- a/t/subpkg.sh +++ b/t/subpkg.sh @@ -90,8 +90,6 @@ int lib (void) } EOF -cp "$am_scriptdir"/compile . - $ACLOCAL $AUTOCONF -Werror -Wall $AUTOMAKE -Wno-override -- 2.47.2