From c332b87b88a554b420828949ebdada988b0144ec Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 11 Aug 2009 19:00:58 +0000
Subject: [PATCH] fix for change in error message (at least with some
 configurations)

---
 testsuite/expect/test1.86 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/expect/test1.86 b/testsuite/expect/test1.86
index a15aed75ff2..e3eb8b5af62 100755
--- a/testsuite/expect/test1.86
+++ b/testsuite/expect/test1.86
@@ -10,7 +10,7 @@
 #          anything else indicates a failure mode that must be investigated.
 ############################################################################
 # Copyright (C) 2002-2007 The Regents of the University of California.
-# Copyright (C) 2008 Lawrence Livermore National Security.
+# Copyright (C) 2008-2009 Lawrence Livermore National Security.
 # Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
 # Written by Morris Jette <jette1@llnl.gov>
 # CODE-OCEC-09-009. All rights reserved.
@@ -73,7 +73,7 @@ set env(PATH) "${slurm_dir}/bin:$env(PATH)"
 set timeout $max_job_delay
 set salloc_pid [spawn salloc -N2 -t1 ./$file_in]
 expect {
-	-re "Node count specification invalid" {
+	-re "Node count specification invalid|More processors requested" {
 		send_user "\nWARNING: can't test srun task distribution\n"
 		exec $bin_rm -f $file_in
 		exit $exit_code
-- 
GitLab