From 388b79b3dfc35311c6fbdb311f1b7901eea9cbe7 Mon Sep 17 00:00:00 2001
From: Brian Christiansen <brian@schedmd.com>
Date: Wed, 12 Oct 2016 09:50:54 -0600
Subject: [PATCH] Update test25.1 to handle new format

Changed in df70b651b56ba3b7f054749a072fc28f8e83eafc
---
 testsuite/expect/test25.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/expect/test25.1 b/testsuite/expect/test25.1
index ccdf433b448..6fc1abe04d8 100755
--- a/testsuite/expect/test25.1
+++ b/testsuite/expect/test25.1
@@ -402,7 +402,7 @@ proc sprio_args { soption sargs jobid} {
 				set not_support 1
 				exp_continue
 			}
-			-re "JOBID     USER   PRIORITY        AGE  FAIRSHARE    JOBSIZE  PARTITION        QOS   NICE" {
+			-re "JOBID     USER   PRIORITY        AGE  FAIRSHARE    JOBSIZE  PARTITION        QOS        NICE" {
 				if {$debug} {send_user "\nmatch12\n"}
 				incr matches
 				exp_continue
-- 
GitLab