The following commit has been merged in the master branch:
commit 573844daa222d8749f77af4612985e124e861a4c
Author: Freddy Vulto <[email protected]>
Date:   Sat Nov 7 09:28:14 2009 +0100

    (testsuite) Test lftpget only if available

diff --git a/test/completion/lftpget.exp b/test/completion/lftpget.exp
index 6e82cc6..c5df3a8 100644
--- a/test/completion/lftpget.exp
+++ b/test/completion/lftpget.exp
@@ -1 +1,3 @@
-source "lib/completions/lftpget.exp"
+if {[assert_bash_type {lftpget}]} {
+    source "lib/completions/lftpget.exp"
+}; # if

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to