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

Ville Skyttä ville.skytta at iki.fi
Wed Jan 6 11:30:32 UTC 2010


The following commit has been merged in the master branch:
commit eb70bc8431c0192fb58215919f504082845c090f
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Jan 6 13:20:28 2010 +0200

    (testsuite) Fix ypmatch test case.
    
    Completion is done for ypmatch's 2nd arg only at the moment.

diff --git a/test/lib/completions/ypmatch.exp b/test/lib/completions/ypmatch.exp
index b54f86a..f1695f6 100644
--- a/test/lib/completions/ypmatch.exp
+++ b/test/lib/completions/ypmatch.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "ypmatch "
+assert_complete_any "ypmatch foo "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list