Skip to content
Snippets Groups Projects
Commit dd4b3c93 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Test12.2: Write/Read from local output file.

Writing and reading to a file on a slow shared filesytem could cause
this test to fail.
parent a3b64bd9
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ set file_in "test$test_id.input" ...@@ -38,7 +38,7 @@ set file_in "test$test_id.input"
set file_out "test$test_id.output" set file_out "test$test_id.output"
set file_err "test$test_id.error" set file_err "test$test_id.error"
set file_prog "test$test_id.prog" set file_prog "test$test_id.prog"
set file_name "test$test_id.filename" set file_name "/tmp/test$test_id.filename"
set job_id 0 set job_id 0
set matches 0 set matches 0
set aix 0 set aix 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