added dependency check

This commit is contained in:
TLINDEN
2013-11-09 15:41:35 +01:00
parent c12d7345ae
commit 74a66e7456

View File

@@ -27,6 +27,22 @@ md5msg = 66b8c4ca9e5d2a7e3c0559c3cdea3d50
include keys.cfg include keys.cfg
<test check-dependencies>
<test check-dependencies-perl>
cmd = perl -MYAML-e 'print 1'
expect = 1
</test>
<test check-dependencies-shell>
cmd = which mdmfs
expect = /mdmfs/
</test>
<test check-dependencies-pcp>
cmd = ls $pcp
expect = /pcp/
</test>
</test>
<test check-show-help> <test check-show-help>
cmd = $pcp -h cmd = $pcp -h
expect = /export/ expect = /export/