Fix a couple of test cases broken by the POSIX group change.

They were made as non-POSIX originally, keep them that way.
This commit is contained in:
Rob Crittenden
2010-10-01 14:49:42 -04:00
parent b7097fc8c9
commit f94a3d1751
2 changed files with 4 additions and 2 deletions

View File

@@ -120,7 +120,8 @@ class test_rolegroup(Declarative):
dict(
desc='Create %r' % group1,
command=(
'group_add', [group1], dict(description=u'group desc 1')
'group_add', [group1], dict(description=u'group desc 1',
nonposix=True,)
),
expected=dict(
value=group1,

View File

@@ -139,7 +139,8 @@ class test_taskgroup(Declarative):
dict(
desc='Create %r' % group1,
command=(
'group_add', [group1], dict(description=u'Test group desc 1')
'group_add', [group1], dict(description=u'Test group desc 1',
nonposix=True,)
),
expected=dict(
value=group1,