diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-05-25 16:31:05 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-07 09:57:56 -0500 |
commit | ec9ca4ea01b96b75f287057ca85dc0a0ca1e45ee (patch) | |
tree | 3cd842f76d70920947518d8e7b6b11bddd246bad /system/libtool/gnulib-tests-dont-require-gpg-passphrase.patch | |
parent | 01e1a670435d7d0b252b33cd2cacb1963e55e57e (diff) | |
download | packages-ec9ca4ea01b96b75f287057ca85dc0a0ca1e45ee.tar.gz packages-ec9ca4ea01b96b75f287057ca85dc0a0ca1e45ee.tar.bz2 packages-ec9ca4ea01b96b75f287057ca85dc0a0ca1e45ee.tar.xz packages-ec9ca4ea01b96b75f287057ca85dc0a0ca1e45ee.zip |
system/libtool: Fix gnulib-tests run
Diffstat (limited to 'system/libtool/gnulib-tests-dont-require-gpg-passphrase.patch')
-rw-r--r-- | system/libtool/gnulib-tests-dont-require-gpg-passphrase.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/libtool/gnulib-tests-dont-require-gpg-passphrase.patch b/system/libtool/gnulib-tests-dont-require-gpg-passphrase.patch new file mode 100644 index 000000000..c3267b159 --- /dev/null +++ b/system/libtool/gnulib-tests-dont-require-gpg-passphrase.patch @@ -0,0 +1,10 @@ +--- libtool-2.4.7/gnulib-tests/test-vc-list-files-git.sh.old 2018-01-03 18:36:29.000000000 -0600 ++++ libtool-2.4.7/gnulib-tests/test-vc-list-files-git.sh 2018-06-18 21:57:08.305562148 -0500 +@@ -32,6 +32,7 @@ + touch d/a b c && + git config user.email "you@example.com" && + git config user.name "Your Name" && ++ git config commit.gpgsign false && + git add . > /dev/null && + git commit -q -a -m log && + printf '%s\n' b c d/a > expected && |