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)
Wed, Aug 12, 10:33 PM
Unknown Object (File)
Wed, Aug 12, 5:30 PM
Unknown Object (File)
Wed, Aug 12, 10:49 AM
Unknown Object (File)
Wed, Aug 12, 10:49 AM
Unknown Object (File)
Wed, Aug 12, 8:48 AM
Unknown Object (File)
Mon, Aug 10, 12:43 PM
Unknown Object (File)
Mon, Aug 10, 7:05 AM
Unknown Object (File)
Sat, Aug 8, 4:21 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64081
Build 60965: arc lint + arc unit

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
123

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.May 14 2025, 6:14 PM
This revision is now accepted and ready to land.May 14 2025, 6:19 PM
This revision was automatically updated to reflect the committed changes.