Skip to content

Commit

Permalink
test(oraclelinux): update to work for Oracle Linux as well
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 18, 2021
1 parent e3b8642 commit c218712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/default/controls/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
when '2018.03'
'6'
end
when 'centos'
else
platform[:release][0]
end

Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/controls/packages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
when '2018.03'
'6'
end
when 'centos'
else
platform[:release][0]
end

Expand Down

0 comments on commit c218712

Please sign in to comment.