blob: 69c0a1d4ba739872332a6ca84fc791bf0aa3c56f [file] [log] [blame]
Bram Moolenaareeed6652018-12-15 17:43:42 +01001" Only do this with the +eval feature
2if 1
3
4 " Deletes all the test output files: *.fail and *.out
5 for fname in glob('testdir/*.out', 1, 1) + glob('testdir/*.fail', 1, 1)
6 call delete(fname)
7 endfor
8
9endif
Bram Moolenaarc0fe4972018-10-25 16:53:19 +020010
11quit