guix_mirror_bot pushed a commit to branch wip-fix-system-tests
in repository guix.

commit 02545e381ef9bda48dbc7545ef939845183ea3f6
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Wed Jul 9 16:28:32 2025 +0200

    tests: Fix opensmtpd.
    
    Change-Id: I88db2c4b883a789359c402018c40804355040115
---
 gnu/tests/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/tests/mail.scm b/gnu/tests/mail.scm
index 07a4487d78..30af6c1413 100644
--- a/gnu/tests/mail.scm
+++ b/gnu/tests/mail.scm
@@ -99,8 +99,8 @@ match from any for local action inbound
 
           (test-assert "mbox is empty"
             (marionette-eval
-             '(and (file-exists? "/var/spool/mail")
-                   (not (file-exists? "/var/spool/mail/root")))
+             '(and (file-exists? "/var/mail")
+                   (not (file-exists? "/var/mail/root")))
              marionette))
 
           (test-eq "accept an email"
@@ -150,7 +150,7 @@ match from any for local action inbound
 
                 (let wait ((n 20))
                   (cond ((queue-empty?)
-                         (file-exists? "/var/spool/mail/root"))
+                         (file-exists? "/var/mail/root"))
                         ((zero? n)
                          (error "root mailbox didn't show up"))
                         (else

Reply via email to