fix(pty): remove non-portable signal enums

Remove signal enum members which do not use portable numbers, and
therefore may be different on different operating systems.
This commit is contained in:
Leroy Hopson 2024-03-03 18:12:25 +13:00
parent b78bdf3136
commit 7f03761fb2
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 0 additions and 7 deletions

View file

@ -66,7 +66,6 @@ class TestInterface:
# Enums.
# Added SIGNAL_ prefix to name.
func test_has_enum_signal():
assert_eq(described_class.SIGNAL_SIGHUP, 1)
assert_eq(described_class.SIGNAL_SIGINT, 2)