Skip to content
Snippets Groups Projects
Commit 752a33db authored by Morris Jette's avatar Morris Jette
Browse files

Correct eof/wait logic in a test

parent 619c4372
No related branches found
No related tags found
No related merge requests found
...@@ -85,8 +85,8 @@ expect { ...@@ -85,8 +85,8 @@ expect {
slow_kill $srun_pid slow_kill $srun_pid
exit 1 exit 1
} }
wait { eof {
eof wait
} }
} }
if {$jobid == 0 || $job_running == 0} { if {$jobid == 0 || $job_running == 0} {
......
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