Skip to content

Commit

Permalink
Merge pull request chef#4455 from chef/tball/nexus7_more_failures
Browse files Browse the repository at this point in the history
Seeing a useradd failuer in Nexus7 functional tests
  • Loading branch information
tyler-ball committed Jan 25, 2016
2 parents 4eae192 + ae996cc commit 1ba3dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/functional/resource/user/useradd_spec.rb
Expand Up @@ -245,7 +245,7 @@ def try_cleanup
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)
Expand Down

0 comments on commit 1ba3dd0

Please sign in to comment.