summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Ball <tyler-ball@users.noreply.github.com>2016-01-25 13:53:51 -0700
committerTyler Ball <tyler-ball@users.noreply.github.com>2016-01-25 13:53:51 -0700
commit1ba3dd01fa0227280747d3d63a979607b8b28bb2 (patch)
tree6f774db09508b56e82b760190c2d94837c3960d0
parent4eae1928300d36957b58b7eceabc81f44e9303e0 (diff)
parentae996cc5948e5e8384c3ee91bd172ce2bb4303b2 (diff)
downloadchef-1ba3dd01fa0227280747d3d63a979607b8b28bb2.tar.gz
Merge pull request #4455 from chef/tball/nexus7_more_failures
Seeing a useradd failuer in Nexus7 functional tests
-rw-r--r--spec/functional/resource/user/useradd_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/user/useradd_spec.rb b/spec/functional/resource/user/useradd_spec.rb
index 38682baea6..1bef44c3df 100644
--- a/spec/functional/resource/user/useradd_spec.rb
+++ b/spec/functional/resource/user/useradd_spec.rb
@@ -245,7 +245,7 @@ describe Chef::Provider::User::Useradd, metadata do
expect(pw_entry.home).to eq(home)
end
- if %w{rhel fedora}.include?(OHAI_SYSTEM["platform_family"])
+ if %w{rhel fedora wrlinux}.include?(OHAI_SYSTEM["platform_family"])
# Inconsistent behavior. See: CHEF-2205
it "creates the home dir when not explicitly asked to on RHEL (XXX)" do
expect(File).to exist(home)