Sfoglia il codice sorgente

fix inspec test

pull/27/head
Petr Michalec 7 anni fa
parent
commit
21467f0d12
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      tests/integration/slave_cluster/checks_clustercheck_spec.rb

+ 2
- 2
tests/integration/slave_cluster/checks_clustercheck_spec.rb Vedi File

@@ -1,6 +1,6 @@
describe file('/etc/xinetd.d/mysql_clustercheck_9200') do
describe file('/etc/xinetd.d/mysql_clustercheck.conf') do
it('should exist')
its('content') { should match /clustercheck password clustercheck 1 1/ }
its('content') { should match /clustercheck clustercheck password 1 1/ }
end

describe file('/usr/local/bin/mysql_clustercheck') do

Loading…
Annulla
Salva