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

Ville Skyttä ville.skytta at iki.fi
Sat Jan 30 13:07:30 UTC 2010


The following commit has been merged in the master branch:
commit db9c42340c20c9a5e2bee7ab08d7ef014f0bd140
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jan 30 15:04:02 2010 +0200

    (testsuite) Sync fmt test with other longopt only tests.

diff --git a/test/lib/completions/fmt.exp b/test/lib/completions/fmt.exp
index fcf8a92..2857068 100644
--- a/test/lib/completions/fmt.exp
+++ b/test/lib/completions/fmt.exp
@@ -11,7 +11,9 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "fmt -"
+if {[assert_exec {fmt --help} "" "" "unsupported"]} {
+    assert_complete_any "fmt -"
+}; # if
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list