]> git.ipfire.org Git - thirdparty/git.git/blame - t/t5100/quoted-cr-patch
mailinfo: warn if CRLF found in decoded base64/QP email
[thirdparty/git.git] / t / t5100 / quoted-cr-patch
CommitLineData
0b689562
ĐTCD
1---%%
2 configure | 2 +-%%
3 1 file changed, 1 insertion(+), 1 deletion(-)%%
4%%
5diff --git a/configure b/configure%%
6index db3538b3..f7c1c095 100755%%
7--- a/configure%%
8+++ b/configure%%
9@@ -814,7 +814,7 @@ if [ $have_python3 -eq 1 ]; then%%
10 printf "%%Checking for python3 pytest (>= 3.0)... "%%
11 conf=$(mktemp)%%
12 printf "[pytest]\nminversion=3.0\n" > $conf%%
13- if pytest-3 -c $conf --version >/dev/null 2>&1; then%%
14+ if "$python" -m pytest -c $conf --version >/dev/null 2>&1; then%%
15 printf "Yes.\n"%%
16 have_python3_pytest=1%%
17 else%%
18-- %%
192.28.0%%
20_______________________________________________
21example mailing list -- list@example.org
22To unsubscribe send an email to list-leave@example.org