summaryrefslogtreecommitdiff
path: root/spec/unit/provider/group/usermod_spec.rb
diff options
context:
space:
mode:
authorEric Saxby <sax@livinginthepast.org>2013-05-19 13:32:58 -0700
committerBryan McLellan <btm@opscode.com>2013-06-18 08:51:25 -0700
commit9147742be523a117691218fda87bb2976b9f06cd (patch)
tree578e18d671d6a9e1c5bfeeb26ec508846b7ff3bd /spec/unit/provider/group/usermod_spec.rb
parent66e2b95126d677e140742cc60118d196196715f9 (diff)
downloadchef-9147742be523a117691218fda87bb2976b9f06cd.tar.gz
Fix user group modification for smartos
Diffstat (limited to 'spec/unit/provider/group/usermod_spec.rb')
-rw-r--r--spec/unit/provider/group/usermod_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/unit/provider/group/usermod_spec.rb b/spec/unit/provider/group/usermod_spec.rb
index 918f691434..1807aaf57d 100644
--- a/spec/unit/provider/group/usermod_spec.rb
+++ b/spec/unit/provider/group/usermod_spec.rb
@@ -47,7 +47,8 @@ describe Chef::Provider::Group::Usermod do
"openbsd" => "-G",
"netbsd" => "-G",
"solaris" => "-a -G",
- "suse" => "-a -G"
+ "suse" => "-a -G",
+ "smartos" => "-G"
}
before do