@@ -155,7 +155,7 @@ def test_query_slurm(self):
155
155
copyfile (foo , squeue_path )
156
156
chmod (squeue_path , 0o755 )
157
157
self .remove_these .append (squeue_path )
158
- self .remove_these .append (join (package_root , 'scripts ' ,
158
+ self .remove_these .append (join (package_root , 'tests' , 'bin ' ,
159
159
'my_state.json' ))
160
160
161
161
job_ids = ['1234567' , '1234568' , '1234569' , '1234570' ]
@@ -215,7 +215,7 @@ def test_query_slurm_single_job(self):
215
215
copyfile (foo , squeue_path )
216
216
chmod (squeue_path , 0o755 )
217
217
self .remove_these .append (squeue_path )
218
- self .remove_these .append (join (package_root , 'scripts ' ,
218
+ self .remove_these .append (join (package_root , 'tests' , 'bin ' ,
219
219
'my_state.json' ))
220
220
221
221
job_ids = ['1234567' ]
@@ -259,7 +259,7 @@ def test_wait_on_job_ids(self):
259
259
copyfile (foo , squeue_path )
260
260
chmod (squeue_path , 0o755 )
261
261
self .remove_these .append (squeue_path )
262
- self .remove_these .append (join (package_root , 'scripts' ,
262
+ self .remove_these .append (join (package_root , 'tests' , 'bin'
263
263
'my_state.json' ))
264
264
265
265
job_ids = ['1' , '2' , '3' , '4' ]
0 commit comments