(testsuite) Fix assert_bash_type perldoc > perl

Make `assert_bash_type' reflect bash-side where `have perl' is checked,
and not perldoc, to determine whether `perldoc' completion should be
installed.
This commit is contained in:
Freddy Vulto 2010-01-31 11:37:29 +01:00
parent db9c42340c
commit d358036572

View File

@ -1,3 +1,3 @@
if {[assert_bash_type perldoc]} {
if {[assert_bash_type perl]} {
source "lib/completions/perldoc.exp"
}; # if