From 3e9b7a9bfc4bd1995555f46a30daf716dda348f0 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Sat, 14 Feb 2009 01:24:21 +0000
Subject: [PATCH] tweak test to work with new task affinity logic

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

diff --git a/testsuite/expect/test1.89 b/testsuite/expect/test1.89
index f7e703f6c5d..249db3d8742 100755
--- a/testsuite/expect/test1.89
+++ b/testsuite/expect/test1.89
@@ -70,7 +70,7 @@ exec $bin_chmod 700 $file_prog
 #
 # Create an allocation
 #
-set salloc_pid [spawn $salloc -N1 --verbose -t2 $bin_bash]
+set salloc_pid [spawn $salloc -N1 --exclusive --verbose -t2 $bin_bash]
 
 #
 # Run a job step to get allocated processor count and affinity
-- 
GitLab