Page MenuHomeFreeBSD

mail: Add test cases for SIGHUP.
ClosedPublic

Authored by des on May 11 2025, 1:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 9, 7:57 PM
Unknown Object (File)
Sun, Jun 8, 8:06 AM
Unknown Object (File)
Sun, Jun 1, 4:03 AM
Unknown Object (File)
Sat, May 31, 5:15 PM
Unknown Object (File)
Thu, May 29, 11:08 AM
Unknown Object (File)
Thu, May 29, 6:04 AM
Unknown Object (File)
Fri, May 16, 10:39 PM
Unknown Object (File)
Thu, May 15, 6:38 PM
Subscribers

Details

Summary

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.May 11 2025, 1:39 PM
kevans added inline comments.
usr.bin/mail/tests/mailx_signal_test.c
133

I wonder if we should reduce duplication by effectively reverting this and instead making it conditional on interactive && signo != SIGHUP, then pulling both of the dead.letter checks out to the end of mailx_signal_test contingent on interactive only.

des marked an inline comment as done.Wed, May 14, 6:14 PM
This revision is now accepted and ready to land.Wed, May 14, 6:19 PM
This revision was automatically updated to reflect the committed changes.