blob: 909cf812c4327ab3d2271abb25d50ae6e66393c3 [file] [log] [blame]
Bram Moolenaarc0fe4972018-10-25 16:53:19 +02001" Deletes all the test output files: *.fail and *.out
2for fname in glob('testdir/*.out', 1, 1) + glob('testdir/*.fail', 1, 1)
3 call delete(fname)
4endfor
5
6quit