diff --git a/testsuite/expect/test12.1 b/testsuite/expect/test12.1
index 4e704b3d2f42a904d7eb558114c5818790a5de69..136c53ba582f7a24006c20b5ca509fed8338e3bf 100755
--- a/testsuite/expect/test12.1
+++ b/testsuite/expect/test12.1
@@ -7,9 +7,11 @@
 #          "FAILURE: ..." otherwise with an explanation of the failure, OR
 #          anything else indicates a failure mode that must be investigated.
 ############################################################################
-# Copyright (C) 2005-2006 The Regents of the University of California.
+# Copyright (C) 2005-2008 The Regents of the University of California.
+# Copyright (C) 2008-2009 TheLawrence Livermore National Security, LLC .
 # Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
 # Written by Morris Jette <jette1@llnl.gov>
+# Written by Joseph Donaghy <donaghy1@llnl.gov>
 # LLNL-CODE-402394.
 # 
 # This file is part of SLURM, a resource management program.
@@ -48,11 +50,11 @@ expect {
 		set not_support 1
 		exp_continue
 	}
-	-re "Notes:" {
+	-re "sacct...OPTION" {
 		incr matches
 		exp_continue
 	}
-	-re "Options:" {
+	-re "Valid..OPTION..values are:" {
 		incr matches
 		exp_continue
 	}