tests: one case from doas_test was invoking su
This commit is contained in:
parent
8f99ebdf6f
commit
11923431a6
|
@ -57,7 +57,7 @@ class DoasTest(testlib.DockerMixin, testlib.TestCase):
|
||||||
username='mitogen__has_sudo',
|
username='mitogen__has_sudo',
|
||||||
password='has_sudo_password',
|
password='has_sudo_password',
|
||||||
)
|
)
|
||||||
context = self.router.su(via=ssh, password='rootpassword')
|
context = self.router.doas(via=ssh, password='has_sudo_password')
|
||||||
self.assertEquals(0, context.call(os.getuid))
|
self.assertEquals(0, context.call(os.getuid))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue