From a0590348568f36069605f386a4908e4887b04b45 Mon Sep 17 00:00:00 2001 From: Gilles Espinasse Date: Tue, 26 Mar 2013 13:22:30 +0100 Subject: [PATCH] Revert "Fixed last_value for loops over 99999" This reverts bogus commit 2840d7f4c66a85676c79eeb2c89db4d450fd3fc4. 99 was already added with 7f15f07b3f0d4a9c1e1a39d95f8e784edb65e041 Signed-off-by: Gilles Espinasse --- testsuite/config/unix.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp index 31db537b..2a72c074 100644 --- a/testsuite/config/unix.exp +++ b/testsuite/config/unix.exp @@ -80,7 +80,7 @@ proc expect_table_dsc { test match_header match_item } { } set do_loop 1 - set last_value &9 + set last_value 99999999 set found_item 0 while { $do_loop ==1 } { expect { -- 2.40.0