瀏覽代碼

fix inspec test

pull/27/head
Petr Michalec 7 年之前
父節點
當前提交
21467f0d12
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tests/integration/slave_cluster/checks_clustercheck_spec.rb

+ 2
- 2
tests/integration/slave_cluster/checks_clustercheck_spec.rb 查看文件

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


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

Loading…
取消
儲存