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

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


The following commit has been merged in the master branch:
commit 0a0d73ff72fa8e527606360f700d1585919d5ba3
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Apr 26 23:49:47 2010 +0300

    (testsuite) Fix cpio -R test on boxes with lots of users.

diff --git a/test/lib/completions/cpio.exp b/test/lib/completions/cpio.exp
index df8f94e..b02f271 100644
--- a/test/lib/completions/cpio.exp
+++ b/test/lib/completions/cpio.exp
@@ -17,7 +17,7 @@ assert_complete_any "cpio --"
 sync_after_int
 
 
-assert_complete_any "cpio -R "
+assert_complete [exec bash -c "compgen -A user"] "cpio -R "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list