diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-12-31 09:53:11 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-12-31 09:53:11 +0000 | 
| commit | 57c5674c991e9fe4380a2c77e33830c69947a762 (patch) | |
| tree | d62bdae4c439b02256d74e74573340757bc17466 | |
| parent | ac0cfd6f56b3b49e098ea88ff4ab4d4425053792 (diff) | |
  Added trivial redis tests.
| -rwxr-xr-x | t/test-custodian-parser.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/t/test-custodian-parser.rb b/t/test-custodian-parser.rb index 9b97262..1448a1d 100755 --- a/t/test-custodian-parser.rb +++ b/t/test-custodian-parser.rb @@ -273,9 +273,11 @@ EOF      #      data = {        "foo must run rsync."                     => nil, +      "foo must run redis."                     => nil,        "foo must not run ping."                  => nil,        "foo must not run ssh otherwise 'fail'"   => "fail",        "foo must not run ssh otherwise 'fail'."  => "fail", +      "foo must run redis otherwise 'memorystorage service is dead'" => "memorystorage service is dead",        "foo must run ldap otherwise 'ldap dead?'" => "ldap dead?",        "foo must run ping otherwise 'don't you love me?'" => "don"      } | 
