On 2025/01/10 15:54, Stuart Cassoff wrote:
> Adding the env var makes the tests work.
> Making the tmp dir yields 4 fewer test failures.

It is supposed to point at a dir with a checkout of
https://github.com/neomutt/neomutt-test-files (which already has
the "tmp" dir created).

This would be ok:

Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/neomutt/Makefile,v
diff -u -p -r1.99 Makefile
--- Makefile    9 Jan 2025 12:30:43 -0000       1.99
+++ Makefile    10 Jan 2025 18:18:01 -0000
@@ -4,6 +4,8 @@ GH_ACCOUNT=     neomutt
 GH_PROJECT=    neomutt
 GH_TAGNAME=    20250109
 
+DIST_TUPLE=    github neomutt neomutt-test-files 
7404f4423b11cd5da2d123b3636c7a310bbbed9f neomutt-test-files
+
 CATEGORIES=    mail
 HOMEPAGE=      https://neomutt.org/
 
@@ -50,6 +52,7 @@ CONFIGURE_ENV=        autosetup_tclsh="${LOCALB
 
 SYSCONFDIR=    ${BASESYSCONFDIR}/mutt
 FAKE_FLAGS=    sysconfdir="${PREFIX}/share/examples/neomutt"
+TEST_FLAGS=    NEOMUTT_TEST_DIR=${WRKSRC}/neomutt-test-files
 
 .if ${FLAVOR:Mgpgme}
 CONFIGURE_ARGS+= --autocrypt \
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/neomutt/distinfo,v
diff -u -p -r1.65 distinfo
--- distinfo    9 Jan 2025 12:30:43 -0000       1.65
+++ distinfo    10 Jan 2025 18:18:01 -0000
@@ -1,2 +1,4 @@
 SHA256 (neomutt-20250109.tar.gz) = WXMlwjrQcxDtlrLuVm5F5InMqBsL2wKPJ2xpAUNQD4o=
+SHA256 
(neomutt-neomutt-test-files-7404f4423b11cd5da2d123b3636c7a310bbbed9f.tar.gz) = 
5DLXwXB6Jbri3VKiHh3SC/k44TcZ2Up4Om3q7S7slGI=
 SIZE (neomutt-20250109.tar.gz) = 4099634
+SIZE 
(neomutt-neomutt-test-files-7404f4423b11cd5da2d123b3636c7a310bbbed9f.tar.gz) = 
10603

Reply via email to