MFC after: 1 week
Sponsored by: Klara, Inc.
Details
Details
- Reviewers
kevans - Group Reviewers
Klara - Commits
- rG5f636d1e9e2e: mail: Add test cases for SIGHUP.
rGa6bac0a9efa1: mail: Add test cases for SIGHUP.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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. |