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

Remove unused variable and file from test

parent 43a4e99e
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ source ./globals ...@@ -34,7 +34,6 @@ source ./globals
set test_id "12.4" set test_id "12.4"
set exit_code 0 set exit_code 0
set file_in "test.$test_id.input"
set test_acct "test_acct" set test_acct "test_acct"
set timeout 60 set timeout 60
print_header $test_id print_header $test_id
...@@ -143,9 +142,6 @@ expect { ...@@ -143,9 +142,6 @@ expect {
} }
} }
make_bash_script $file_in "$bin_id"
# #
# Spawn a job via srun using this account # Spawn a job via srun using this account
# #
...@@ -693,7 +689,6 @@ if {$damatches != 1} { ...@@ -693,7 +689,6 @@ if {$damatches != 1} {
} }
if {$exit_code == 0} { if {$exit_code == 0} {
exec $bin_rm -f $file_in
send_user "\nSUCCESS\n" send_user "\nSUCCESS\n"
} }
exit $exit_code exit $exit_code
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