From: Jim Meyering Date: Sun, 15 Nov 2020 03:51:46 +0000 (-0800) Subject: tests: avoid failures due to missing ar-lib X-Git-Tag: v1.16.3~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b495c128a64d9ff6652636cc9839e1a4b4926e3b;p=thirdparty%2Fautomake.git 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. --- diff --git a/t/ar4.sh b/t/ar4.sh index 7de59dae3..1c229f1ba 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 6212a0dd3..3034c42e6 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