Patch the os.geteuid in tests to ensure they work when run as root.
commita2e29398ca8cebcb86161b588ab0d7a821291ab6
authorAbhilash Raj <raj.abhilash1@gmail.com>
Thu, 24 Feb 2022 02:27:12 +0000 (23 18:27 -0800)
committerAbhilash Raj <raj.abhilash1@gmail.com>
Thu, 24 Feb 2022 02:27:12 +0000 (23 18:27 -0800)
treeadde3ed4b79a1ed779ad923b561cabb8ef6c9283
parent26f4df543aa46d4225625d097259d9216bcca8df
Patch the os.geteuid in tests to ensure they work when run as root.

Falcon is trying to setup Mailman as a part of their CI and since
our tests break when run as root, they aren't able to run it. This
ensures that our tests are more independent of the environment.
src/mailman/bin/tests/test_mailman.py