From 9b705810a970d56e79a9749d1c29228a87819688 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 15 Sep 2006 22:11:58 +0000
Subject: [PATCH] Change SLURM_JOB_ID to SLURM_JOBID for consistency with LCRM.

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

diff --git a/testsuite/expect/test7.5 b/testsuite/expect/test7.5
index 84ee8ed223a..d59e5f19d85 100755
--- a/testsuite/expect/test7.5
+++ b/testsuite/expect/test7.5
@@ -118,8 +118,8 @@ if {$job_id == 0} {
 	send_user "\nFAILURE: failed to create job allocation\n"
 	exit 1
 }
-# Set SLURM_JOB_ID for totalview and slaunch to get it in the higher-level process
-set env(SLURM_JOB_ID) $job_id
+# Set SLURM_JOBID for totalview and slaunch to get it in the higher-level process
+set env(SLURM_JOBID) $job_id
 
 #
 # Now run totalviewcli (command line interface to TotalView)
-- 
GitLab