[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] 01/04: tests: avoid failures due to missing ar-lib
From: |
Jim Meyering |
Subject: |
[automake-commit] 01/04: tests: avoid failures due to missing ar-lib |
Date: |
Sun, 15 Nov 2020 12:46:29 -0500 |
meyering pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=b495c128a64d9ff6652636cc9839e1a4b4926e3b
commit b495c128a64d9ff6652636cc9839e1a4b4926e3b
Author: Jim Meyering <meyering@fb.com>
AuthorDate: Sat Nov 14 19:51:46 2020 -0800
tests: avoid failures due to missing ar-lib
* 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 | 1 +
t/ar5.sh | 1 +
2 files changed, 2 insertions(+)
diff --git a/t/ar4.sh b/t/ar4.sh
index 7de59da..1c229f1 100644
--- 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
diff --git a/t/ar5.sh b/t/ar5.sh
index 6212a0d..3034c42 100644
--- 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