[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 8a8098737325a7e9599dea8cc1f487c754e75142

Freddy Vulto fvulto at gmail.com
Sat Nov 7 08:57:52 UTC 2009


The following commit has been merged in the master branch:
commit 573844daa222d8749f77af4612985e124e861a4c
Author: Freddy Vulto <fvulto at gmail.com>
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



More information about the Bash-completion-commits mailing list