From 6b1535188d3b8ab83e77ecaf7df4678c21184851 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Fri, 17 Mar 2017 14:37:01 -0600 Subject: [PATCH] Missed one. --- testsuite/expect/test17.52 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/expect/test17.52 b/testsuite/expect/test17.52 index 8f52ea793f5..b662f2c5420 100755 --- a/testsuite/expect/test17.52 +++ b/testsuite/expect/test17.52 @@ -359,9 +359,9 @@ cancel_job $job_id # test with enforced # send_user "\n---Checking sbatch uses mcs-label with all jobs (enforced mode)---\n" -exec $bin_sed -i /^\s*MCSPlugin\s*=/Id $config_path/slurm.conf -exec $bin_sed -i /^\s*MCSParameters\s*=/Id $config_path/slurm.conf -exec $bin_sed -i /^\s*PrivateData\s*=/Id $config_path/slurm.conf +exec $bin_sed -i /^\[\t\s\]*MCSPlugin\[\t\s\]*=/Id $config_path/slurm.conf +exec $bin_sed -i /^\[\t\s\]*MCSParameters\[\t\s\]*=/Id $config_path/slurm.conf +exec $bin_sed -i /^\[\t\s\]*PrivateData\[\t\s\]*=/Id $config_path/slurm.conf exec $bin_echo -e "\nMCSPlugin=mcs/group" >> $config_path/slurm.conf exec $bin_echo MCSParameters=enforced,noselect,privatedata:$groups_name >> $config_path/slurm.conf exec $bin_echo PrivateData=jobs,nodes >> $config_path/slurm.conf -- GitLab