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

Ville Skyttä ville.skytta at iki.fi
Sun Jan 3 13:56:51 UTC 2010


The following commit has been merged in the master branch:
commit 3d43cdfd2bdb1cf71e42f6bb2996960a270bf1d0
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 3 15:52:18 2010 +0200

    (testsuite) Remove some obsolete comments.

diff --git a/test/lib/library.exp b/test/lib/library.exp
index 0e457c8..ecea3dd 100644
--- a/test/lib/library.exp
+++ b/test/lib/library.exp
@@ -500,10 +500,7 @@ proc is_cygwin {} {
 # @param integer $size  Chunk size
 # @result boolean  True if successful, False if not
 proc match_items {items test {prompt /@} {size 20}} {
-    # NOTE: `exec sort' is used instead of `lsort' to achieve exactly the
-    #       same sort order as in bash -- FVu, Wed Nov 25 22:25:28 CET 2009
     set items [bash_sort $items]
-    #set items [exec sort << [join $items "\n"]]
     set result false
     for {set i 0} {$i < [llength $items]} {set i [expr {$i + $size}]} {
         set expected ""

-- 
bash-completion



More information about the Bash-completion-commits mailing list