summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-12-23 11:20:06 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-12-23 11:31:13 +0100
commit108a98575462e54dffa0083a773a46c57a23a113 (patch)
tree588db7a559f2981f052c8ff3a51c280fd1d83977
parent2adc128922ae37991d97826ad09ea6079f9a83f8 (diff)
downloadautomake-108a98575462e54dffa0083a773a46c57a23a113.tar.gz
[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 <stefano.lattarini@gmail.com>
-rw-r--r--t/self-check-dir.tap2
-rw-r--r--t/subpkg.sh2
2 files changed, 1 insertions, 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