]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: avoid failures due to missing ar-lib
authorJim Meyering <meyering@fb.com>
Sun, 15 Nov 2020 03:51:46 +0000 (19:51 -0800)
committerJim Meyering <meyering@fb.com>
Sun, 15 Nov 2020 03:51:46 +0000 (19:51 -0800)
* t/ar4.sh: Create dummy ar-lib, as done in other tests,
to avoid failure like this:
configure: error: cannot find required auxiliary files: ar-lib
* t/ar5.sh: Likewise.

t/ar4.sh
t/ar5.sh

index 7de59dae362ea87c42563b58047e695589f1c073..1c229f1ba4e2f64d50f73d29faac909d6507ab68 100644 (file)
--- a/t/ar4.sh
+++ b/t/ar4.sh
@@ -18,6 +18,7 @@
 
 . test-init.sh
 
+: > ar-lib
 cat >> configure.ac << 'END'
 AM_PROG_AR
 END
index 6212a0dd3f399e4cbc80fe3d594cca0982c05a49..3034c42e6f9358857a216cc47d3ccc0cf03b6eb3 100644 (file)
--- a/t/ar5.sh
+++ b/t/ar5.sh
@@ -18,6 +18,7 @@
 
 . test-init.sh
 
+: > ar-lib
 cat >> configure.ac << 'END'
 AM_PROG_AR([
   echo spy > bad-archiver-interface-detected