Freddy Vulto f615d17cb6 tsuite) Only test completions if installed
Some tests failed with label `failed', which is incorrect because the
completions just weren't installed.  Completions weren't installed
because the commands to complete weren't installed.
Fixed so that if commands aren't available, the tests fail with label
`unsupported'.
2009-07-16 22:51:18 +02:00

4 lines
87 B
Plaintext

if {[assert_bash_type {check_db}]} {
source "lib/completions/check_db.exp"
}; # if