From 712d578e9e38067230d237c417a835e4e82844a9 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Thu, 2 Dec 2010 19:03:26 +0000
Subject: [PATCH] fix for new word format

---
 testsuite/expect/globals_accounting | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/expect/globals_accounting b/testsuite/expect/globals_accounting
index 088ec361c9c..3808e5de36b 100644
--- a/testsuite/expect/globals_accounting
+++ b/testsuite/expect/globals_accounting
@@ -1053,7 +1053,7 @@ proc mod_user { cluster account name part wadmin wdacct wdwckey qos fairshare gr
 			send_user "FAILURE: your command didn't return anything\n"
 			incr exit_code 1
 		}
-		-re "Modified account associations" {
+		-re "Modified user associations" {
 			incr matches
 			exp_continue
 		}
-- 
GitLab