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

Ville Skyttä ville.skytta at iki.fi
Mon Apr 26 20:50:29 UTC 2010


The following commit has been merged in the master branch:
commit 818995dc2b38ef501969083e92355b105a74a6b7
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Apr 26 23:42:19 2010 +0300

    (testsuite) chsh: test shell completion, fix test on boxes with lots of users.

diff --git a/test/lib/completions/chsh.exp b/test/lib/completions/chsh.exp
index 18acb5b..99262a2 100644
--- a/test/lib/completions/chsh.exp
+++ b/test/lib/completions/chsh.exp
@@ -11,7 +11,13 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "chsh "
+assert_complete_any "chsh -s "
+
+
+sync_after_int
+
+
+assert_complete [exec bash -c "compgen -A user"] "chsh "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list