From 2840d7f4c66a85676c79eeb2c89db4d450fd3fc4 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 25 Mar 2013 21:56:23 +1100 Subject: [PATCH] Fixed last_value for loops over 99999 For large loops, the value 999,999 was big, but not big enough. References: http://www.linuxfromscratch.org/lfs/view/development/chapter06/procps-ng.html --- 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 2a72c074..31db537b 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 99999999 + set last_value &9 set found_item 0 while { $do_loop ==1 } { expect {