Changes: Fixed a credential test to have correct set of tokens

pull/1/head
Oskari Timperi 16 years ago
parent de9847142c
commit c7d2a4936a

@ -327,7 +327,8 @@ class launcher_tests (unittest.TestCase):
creds, pid = self.get_creds('/usr/bin/fala_ft_hello')
debug("fala_ft_hello has %s" % ', '.join(creds))
req_creds = ['UID::nobody', 'GID::nogroup']
# Credentials should be dropped, but uid/gid retained
req_creds = ['UID::user', 'GID::users']
creds.sort()
req_creds.sort()

Loading…
Cancel
Save