From 9785da4fc18d8f39b8720c0f41fbc678f1af4ed7 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 12 Sep 2006 23:11:26 +0000 Subject: [PATCH] Correct comments. --- testsuite/expect/README | 2 +- testsuite/expect/test17.7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/expect/README b/testsuite/expect/README index e995174d53a..ae14e40cbe5 100644 --- a/testsuite/expect/README +++ b/testsuite/expect/README @@ -389,7 +389,7 @@ test17.5 Confirm that sbatch stdout, and stderr options work (--output and --error option respectively, including use of %j specification) test17.6 Confirm that a job executes with the proper task count (--tasks option). -test17.7 Confirm that sbatch sets appropriate working directory (--chdir +test17.7 Confirm that sbatch sets appropriate working directory (--workdir option) test17.8 Confirm that sbatch sets appropriate time limit (--time option) diff --git a/testsuite/expect/test17.7 b/testsuite/expect/test17.7 index f24c924aa8c..e2f29e11d84 100755 --- a/testsuite/expect/test17.7 +++ b/testsuite/expect/test17.7 @@ -1,7 +1,7 @@ #!/usr/bin/expect ############################################################################ # Purpose: Test of SLURM functionality -# Confirm that sbatch sets appropriate working directory (--chdir +# Confirm that sbatch sets appropriate working directory (--workdir # option) # # Output: "TEST: #.#" followed by "SUCCESS" if test was successful, OR -- GitLab