(testsuite) Add some perl module completion test cases (Alioth: #312832).

The -MFile::Sp and -MFile::Spec::Func test cases fail at the moment
but are not marked as expected failures, hoping for a quick fix for
the above bug ;)
This commit is contained in:
Ville Skyttä 2010-11-16 23:20:46 +02:00
parent 53062bbae2
commit c4eaba636f

View File

@ -91,5 +91,15 @@ assert_complete $options "perl -"
sync_after_int
# Assuming that File::Spec and friends are always installed...
assert_complete_any "perl -MFile"
sync_after_int
assert_complete_any "perl -MFile::Sp"
sync_after_int
assert_complete_any "perl -MFile::Spec::Func"
sync_after_int
teardown