summaryrefslogtreecommitdiff
path: root/system/grep/gnulib-tests-dont-require-gpg-passphrase.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-23 21:31:44 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-23 21:31:44 -0500
commitd3b963a666595380559e35d5937595418e5df323 (patch)
tree46b72d419732b5b80aeb1eb74f32a47593e58b8c /system/grep/gnulib-tests-dont-require-gpg-passphrase.patch
parenta1461cea06eda159cba68fa5c12b9da8ad5296ed (diff)
downloadpackages-d3b963a666595380559e35d5937595418e5df323.tar.gz
packages-d3b963a666595380559e35d5937595418e5df323.tar.bz2
packages-d3b963a666595380559e35d5937595418e5df323.tar.xz
packages-d3b963a666595380559e35d5937595418e5df323.zip
system/grep: [PD] take, fix up, re-enable tests
Diffstat (limited to 'system/grep/gnulib-tests-dont-require-gpg-passphrase.patch')
-rw-r--r--system/grep/gnulib-tests-dont-require-gpg-passphrase.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/grep/gnulib-tests-dont-require-gpg-passphrase.patch b/system/grep/gnulib-tests-dont-require-gpg-passphrase.patch
new file mode 100644
index 000000000..b64993187
--- /dev/null
+++ b/system/grep/gnulib-tests-dont-require-gpg-passphrase.patch
@@ -0,0 +1,10 @@
+--- grep-3.1/gnulib-tests/test-vc-list-files-git.sh.old 2018-01-03 18:36:29.000000000 -0600
++++ grep-3.1/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 &&