From 7f1133869edfb7b37adb4ea958d52c03be331d37 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 7 Mar 2006 21:09:47 +0000
Subject: [PATCH] Try running sbcast on more than one node.

---
 testsuite/expect/test14.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/expect/test14.4 b/testsuite/expect/test14.4
index 7c67899f1b4..cc6d9a95051 100755
--- a/testsuite/expect/test14.4
+++ b/testsuite/expect/test14.4
@@ -72,7 +72,7 @@ exec $bin_chmod 700 $file_in
 # Spawn a srun batch job that uses stdout/err and confirm their contents
 #
 set timeout $max_job_delay
-spawn $srun -N1-1 --batch --output=$file_out --error=$file_err -t1 $file_in
+spawn $srun -N1-4 --batch --output=$file_out --error=$file_err -t1 $file_in
 expect {
 	-re "jobid ($number) submitted" {
 		set job_id $expect_out(1,string)
-- 
GitLab