浏览代码

fix inspec test

pull/27/head
Petr Michalec 7 年前
父节点
当前提交
3451b6b6c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tests/integration/master_cluster/checks_clustercheck_spec.rb

+ 1
- 1
tests/integration/master_cluster/checks_clustercheck_spec.rb 查看文件

@@ -1,6 +1,6 @@
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

正在加载...
取消
保存