Parcourir la source

test(base): re-enable Arch Linux test (possible due to `cron-formula`)

tags/v0.13.0
Imran Iqbal il y a 3 ans
Parent
révision
2136711a12
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 3 ajouts et 5 suppressions
  1. +3
    -5
      test/integration/default/controls/base.rb

+ 3
- 5
test/integration/default/controls/base.rb Voir le fichier

@@ -43,12 +43,10 @@ end
control 'logrotate.service.running' do
title 'The service should be installed, enabled and running'

only_if('Disabled on Arch Linux') do
!%w[arch].include?(platform[:name])
end

service =
case platform[:family]
case system.platform[:family]
when 'arch'
'cronie'
when 'redhat', 'fedora'
'crond'
else

Chargement…
Annuler
Enregistrer