From 3e064e1b208be016d8a32b9d84eddbe0983bdbba Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Tue, 20 Nov 2012 16:05:19 -0800
Subject: [PATCH] Update test for compatability with Cray and non-Cray systems

---
 testsuite/expect/test1.13 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/testsuite/expect/test1.13 b/testsuite/expect/test1.13
index 7ffad37ec55..3b5a5d95e70 100755
--- a/testsuite/expect/test1.13
+++ b/testsuite/expect/test1.13
@@ -77,15 +77,10 @@ expect {
 		incr matches
 		exp_continue
 	}
-	# needed for cray systems
 	-re "jobid ($number)" {
 		incr matches
 		exp_continue
 	}
-	-re "tasks started" {
-		incr matches
-		exp_continue
-	}
 	timeout {
 		send_user "\nFAILURE: srun not responding\n"
 		slow_kill $srun_pid
-- 
GitLab