From 145d17f11b166bd63dfd9258a55b1b3c900baabc Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 15 Dec 2006 20:43:47 +0000 Subject: [PATCH] Make test of open files more restrictive, now have problem solved. --- testsuite/expect/test7.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/expect/test7.9 b/testsuite/expect/test7.9 index 886d61a4805..7a924516ac7 100755 --- a/testsuite/expect/test7.9 +++ b/testsuite/expect/test7.9 @@ -154,7 +154,7 @@ expect { } if {$matches != 0} { set tot [expr $iterations + 1] - if {$matches <= 3} { + if {$matches <= 1} { send_user "\nWARNING: $matches of $tot tests failed\n" } else { send_user "\nFAILURE: $matches of $tot tests failed\n" -- GitLab