@@ -169,7 +169,7 @@ def test_randomise2():
169169 results = rand3 .run (input_4D = 'infile3' ,
170170 output_rootname = 'outfile3' )
171171 yield assert_equal , results .runtime .cmdline , \
172- 'randomise -i infile3 -o outfile3'
172+ 'randomise -i infile3 -o outfile3'
173173
174174 # test arguments for opt_map
175175 opt_map = {'demean_data' : ('-D' , True ),
@@ -252,7 +252,7 @@ def test_Randomise_parallel():
252252 results = rand3 .run (input_4D = 'infile3' ,
253253 output_rootname = 'outfile3' )
254254 yield assert_equal , results .runtime .cmdline , \
255- 'randomise_parallel -i infile3 -o outfile3'
255+ 'randomise_parallel -i infile3 -o outfile3'
256256
257257 # test arguments for opt_map
258258 opt_map = {'demean_data' : ('-D' , True ),
@@ -371,7 +371,7 @@ def test_Vec_reg():
371371 affineTmat = 'tmat3.mat' ,)
372372
373373 yield assert_equal , results .runtime .cmdline , \
374- 'vecreg -i infile3 -o outfile3 -r MNI152 -t tmat3.mat'
374+ 'vecreg -i infile3 -o outfile3 -r MNI152 -t tmat3.mat'
375375 yield assert_not_equal , results .runtime .returncode , 0
376376 yield assert_equal , results .interface .inputs .infile , 'infile3'
377377 yield assert_equal , results .interface .inputs .outfile , 'outfile3'
0 commit comments