From: Egbert Eich Date: Thu Feb 23 08:08:57 2023 +0100 Subject: Fix test1.99 Patch-mainline: Not yet Git-commit: 5f3acbf12e58cb8ea8d585ea1040c641e3f00a2e References: Signed-off-by: Egbert Eich Signed-off-by: Egbert Eich --- testsuite/expect/test1.99 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/expect/test1.99 b/testsuite/expect/test1.99 index 157a512..f66176d 100755 --- a/testsuite/expect/test1.99 +++ b/testsuite/expect/test1.99 @@ -122,7 +122,7 @@ log_info "---Checking that srun uses correct ports---" make_bash_script $file_in " $srun $bin_bash -c \" -task_id=\\\$($scontrol show step \$SLURM_JOBID\.\$SLURM_STEPID | $bin_grep SrunHost | $bin_awk -F: '{print \\\$3}') +task_id=\\\$($scontrol show step \\\$SLURM_JOBID\.\\\$SLURM_STEPID | $bin_grep SrunHost | $bin_awk -F: '{print \\\$3}') lsof -P -p \\\$task_id 2>/dev/null | $bin_grep LISTEN | $bin_awk '{print \\\$9}' | $bin_awk -F: '{print \\\$2}' \""