# File lib/rake/testtask.rb, line 125
125:     def file_list_string
126:       file_list.collect { |fn| "\"#{fn}\"" }.join(' ')
127:     end