[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-50-gec25aba

Ville Skyttä ville.skytta at iki.fi
Fri Apr 1 17:11:08 UTC 2011


The following commit has been merged in the master branch:
commit ec25abac89fa83e8496bcabd4a48c9d636400fe1
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Apr 1 20:09:42 2011 +0300

    (testsuite) Make ri basic test case more likely to work.
    
    Plain "ri " completion returns 3729 entries on my box which is way
    more than fits into the expect buffer we have in effect.

diff --git a/test/lib/completions/ri.exp b/test/lib/completions/ri.exp
index cd138ea..e6661d1 100644
--- a/test/lib/completions/ri.exp
+++ b/test/lib/completions/ri.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "ri "
+assert_complete_any "ri RI"
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list