Skip to content

Commit

Permalink
test(inspec): be sure to run tests on Ubuntu and OpenSuse
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed May 11, 2019
1 parent 7dd3e18 commit 3641baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/rkhunter/controls/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ def check_suse

# Override by OS
case os[:name]
when 'debian'
when 'debian', 'ubuntu'
check_debian
when 'redhat', 'fedora', 'centos'
check_redhat
when 'suse'
when 'suse', 'opensuse'
check_suse
end
end

0 comments on commit 3641baf

Please sign in to comment.