diff --git a/testsuite/expect/test12.1 b/testsuite/expect/test12.1
index 5c9f538c91553a26912707a96fabeac642bb799b..4945bffdcf949df57204f4177fa638abb55d2a23 100755
--- a/testsuite/expect/test12.1
+++ b/testsuite/expect/test12.1
@@ -44,7 +44,7 @@ print_header $test_id
  
 spawn $sacct --help
 expect {
-	-re "SLURM accounting is disabled" {
+	-re "SLURM accounting storage is disabled" {
 		set not_support 1
 		exp_continue
 	}