The following commit has been merged in the master branch:
commit 3d43cdfd2bdb1cf71e42f6bb2996960a270bf1d0
Author: Ville Skyttä <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits