X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/22bf736efc9c971696fbc42a910b84c9f3895260..b7c12630cb9de017d76fe60ff296534d6d061399:/test/integration/planet-dump/inspec/planetdump_spec.rb diff --git a/test/integration/planet-dump/inspec/planetdump_spec.rb b/test/integration/planet-dump/inspec/planetdump_spec.rb index b66ee8313..71891e302 100644 --- a/test/integration/planet-dump/inspec/planetdump_spec.rb +++ b/test/integration/planet-dump/inspec/planetdump_spec.rb @@ -7,13 +7,3 @@ describe file("/usr/local/bin/planetdump") do it { should be_file } it { should be_executable } end - -describe file("/usr/local/bin/planet-mirror-redirect-update") do - it { should be_file } - it { should be_executable } -end - -describe service("planet-dump-mirror.timer") do - it { should be_enabled } - it { should be_running } -end