소스 검색

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

Loading…
취소
저장