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
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user