diff --git a/testsuite/expect/test1.86 b/testsuite/expect/test1.86
index 9d277903d64c35110ac574ed5731d626bcaa519d..1c427c8d3689be725015ee24a9c2eae6bd82ecfc 100755
--- a/testsuite/expect/test1.86
+++ b/testsuite/expect/test1.86
@@ -431,6 +431,10 @@ if {[string compare $test_0 $test_1] != 0} {
 set processors 1
 send "$srun -l -c1 $bin_printenv $node_name_env\r"
 expect {
+	-re "($number)-($number):($alpha_numeric_under)" {
+		set processors [expr $processors + $expect_out(2,string) - $expect_out(1,string) + 1]
+		exp_continue
+	}
 	-re "($number): *($alpha_numeric_under)" {
 		incr processors
 		exp_continue