fixed lib loading

This commit is contained in:
TLINDEN
2013-11-16 15:56:07 +01:00
parent 72935b0669
commit bae13c712e

View File

@@ -267,7 +267,7 @@ dxmorg@florida.cops.gov
# #
# yaml export test # yaml export test
<test check-export-yaml> <test check-export-yaml>
cmd = $pcp -V va -y | perl -MYAML -MData::Dumper -e "print Dumper(Load(join('',<>)))" cmd = $pcp -V va -y | perl -Ilib -MYAML -MData::Dumper -e "print Dumper(Load(join('',<>)))"
expect = /VAR1/ expect = /VAR1/
</test> </test>