Skip to content
Snippets Groups Projects
Commit 0f8c0a27 authored by Moe Jette's avatar Moe Jette
Browse files

change test for default tmp-disk size of zero

parent 05a14864
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ if {$err_msg != 1} { ...@@ -203,7 +203,7 @@ if {$err_msg != 1} {
# #
set host_0 "" set host_0 ""
set timeout $max_job_delay set timeout $max_job_delay
set srun_pid [spawn $srun -N1 -l --tmp=1 -t1 $bin_hostname] set srun_pid [spawn $srun -N1 -l --tmp=0 -t1 $bin_hostname]
expect { expect {
-re "0: ($alpha_numeric)" { -re "0: ($alpha_numeric)" {
set host_0 $expect_out(1,string) set host_0 $expect_out(1,string)
......
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