From 3aa490ac8dae2874921b9ab55c9d2bf321c804ea Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Thu, 9 Jul 2009 16:28:56 +0000
Subject: [PATCH] fix for test to handle new bit_fmt with no brackets

---
 testsuite/expect/test1.15 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/expect/test1.15 b/testsuite/expect/test1.15
index b47f9c8ee7c..2786bd56a38 100755
--- a/testsuite/expect/test1.15
+++ b/testsuite/expect/test1.15
@@ -62,7 +62,7 @@ expect {
 		incr matches
 		exp_continue
 	}
-	-re "tasks \\\[0,2-9\\\]: running" {
+	-re "tasks 0,2-9: running" {
 		incr matches
 		exp_continue
 	}
-- 
GitLab