From cd95b2be7d0bc79009d0dbc8e1f2c7cd33ea7f6c Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Mon, 7 Jun 2010 20:59:08 +0000
Subject: [PATCH] fix bad values in test

---
 testsuite/expect/test8.6 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/expect/test8.6 b/testsuite/expect/test8.6
index cb7763be2b6..82279d9ad7d 100755
--- a/testsuite/expect/test8.6
+++ b/testsuite/expect/test8.6
@@ -159,7 +159,7 @@ proc run_bgl_test { } {
 				if {$num_nodes >= 16384} {
 					incr started [run_batch_jobs 16k $16knode_block_cnt]
 					if {$num_nodes >= 32768} {
-						incr started [run_batch_jobs 32k $1knode_block_cnt]
+						incr started [run_batch_jobs 32k $32knode_block_cnt]
 					}
 				}
 			}
@@ -221,7 +221,7 @@ proc run_bgp_test { } {
 				if {$num_nodes >= 16384} {
 					incr started [run_batch_jobs 16k $16knode_block_cnt]
 					if {$num_nodes >= 32768} {
-						incr started [run_batch_jobs 32k $1knode_block_cnt]
+						incr started [run_batch_jobs 32k $32knode_block_cnt]
 					}
 				}
 			}
-- 
GitLab