summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2013-03-25 21:56:23 +1100
committerCraig Small <csmall@enc.com.au>2013-03-25 21:56:23 +1100
commit2840d7f4c66a85676c79eeb2c89db4d450fd3fc4 (patch)
treeea1540961288265a26f407a0d717f66496e928ee /testsuite
parent0696570a9460e9600e37c4bd808bf2b7c3953fd7 (diff)
downloadprocps-ng-2840d7f4c66a85676c79eeb2c89db4d450fd3fc4.tar.gz
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
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/config/unix.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp
index 2a72c07..31db537 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 {