Skip to content
Snippets Groups Projects
Commit 1d455438 authored by Nate Rini's avatar Nate Rini Committed by Albert Gil
Browse files

Testsuite - test7.17: remove errant spaces

Bug 7265.
parent 9a54a137
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
/* /*
* main - slurmctld main function, start various threads and process RPCs * main - slurmctld main function, start various threads and process RPCs
* test7.17.prog <TRES_PER_NODE> <CONFIG_DIR_HEAD> <CONFIG_SUB_DIR> <CPU_COUNT> * test7.17.prog <TRES_PER_NODE> <CONFIG_DIR_HEAD> <CONFIG_SUB_DIR> <CPU_COUNT>
* *
*/ */
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
...@@ -82,7 +82,7 @@ int main(int argc, char *argv[]) ...@@ -82,7 +82,7 @@ int main(int argc, char *argv[])
/* Setup slurm.conf and gres.conf test paths */ /* Setup slurm.conf and gres.conf test paths */
strcpy(config_dir, argv[2]); strcpy(config_dir, argv[2]);
strcpy(config_dir,strcat(config_dir, "/test7.17_configs")); strcpy(config_dir, strcat(config_dir, "/test7.17_configs"));
strcpy(test, strcat(config_dir, argv[3])); strcpy(test, strcat(config_dir, argv[3]));
strcpy(slurm_conf, strcat(test, "/slurm.conf")); strcpy(slurm_conf, strcat(test, "/slurm.conf"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment