blob: 909cf812c4327ab3d2271abb25d50ae6e66393c3 [file] [log] [blame]
" Deletes all the test output files: *.fail and *.out
for fname in glob('testdir/*.out', 1, 1) + glob('testdir/*.fail', 1, 1)
call delete(fname)
endfor
quit