Re: [GNU Mailutils 3.20] testsuite: 18 19 failed

"Sergey Poznyakoff" <[email protected]> Fri, 01 Aug 2025 15:58:21 +0200
Newsgroups gmane.comp.gnu.mailutils.bugs
Organization GNU.org.ua
Message-ID <[email protected]>
--1804289383-1754056701=:7384
Content-Type: text/plain
Content-ID: <[email protected]>

Please try the following patch


--1804289383-1754056701=:7384
Content-Type: text/x-diff; name="findprint.diff"
Content-ID: <[email protected]>
Content-Description: 
Content-Transfer-Encoding: quoted-printable

diff --git a/libproto/maildir/tests/isynccreat.at b/libproto/maildir/tests/isynccreat.at
index 67c45df1d..780593daf 100644
--- a/libproto/maildir/tests/isynccreat.at
+++ b/libproto/maildir/tests/isynccreat.at
@@ -40,7 +40,7 @@ mbop -m "maildir://$(pwd)/inbox;isync" append msg
 [append: OK
 ])
 
-AT_CHECK([newname=3D$(find inbox/new -type f -printf '%f\n')
+AT_CHECK([newname=3D$(find inbox/new -type f | sed -e 's|.*/||')
 echo $newname
 expr "$newname" : '[[0-9][0-9]*\.[0-9][0-9]*_[0-9][0-9]*\..*,U=3D1:2,]'],
 [0],
diff --git a/libproto/maildir/tests/isyncwrite.at b/libproto/maildir/tests/isyncwrite.at
index b32a78d29..46186ceb6 100644
--- a/libproto/maildir/tests/isyncwrite.at
+++ b/libproto/maildir/tests/isyncwrite.at
@@ -84,7 +84,7 @@ AT_CHECK([cat inbox/.uidvalidity],
 26
 ])
 
-AT_CHECK([newname=3D$(find inbox/cur -name '*,U=3D26*' -printf '%f\n')
+AT_CHECK([newname=3D$(find inbox/cur -name '*,U=3D26*' | sed -e 's|.*/||')
 echo $newname
 expr "$newname" : '[[0-9][0-9]*\.[0-9][0-9]*_[0-9][0-9]*\..*,U=3D26:2,]'],
 [0],

--1804289383-1754056701=:7384--