From 3d43cdfd2bdb1cf71e42f6bb2996960a270bf1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 3 Jan 2010 15:52:18 +0200 Subject: (testsuite) Remove some obsolete comments. --- test/lib/library.exp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/lib/library.exp b/test/lib/library.exp index 0e457c84..ecea3dd2 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 "" -- cgit v1.2.1