1 'git commit --no-gpg-sign' makes sure that global Git configuration won't interfere.
3 --- grep-3.4/gnulib-tests/test-vc-list-files-git.sh 2020-01-01 18:12:27.000000000 +0000
4 +++ grep-3.4/gnulib-tests/test-vc-list-files-git.sh.new 2020-01-03 08:01:26.999850260 +0000
5 @@ -33,7 +33,7 @@ mkdir $tmpdir && cd $tmpdir &&
6 git config user.email "you@example.com" &&
7 git config user.name "Your Name" &&
8 git add . > /dev/null &&
9 - git commit -q -a -m log &&
10 + git commit -q -a -m log --no-gpg-sign &&
11 printf '%s\n' b c d/a > expected &&
12 $BOURNE_SHELL "$abs_aux_dir/vc-list-files" > actual &&
13 compare expected actual &&