(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:
parent
53062bbae2
commit
c4eaba636f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user