Bram Moolenaar | eeed665 | 2018-12-15 17:43:42 +0100 | [diff] [blame] | 1 | " Only do this with the +eval feature |
2 | if 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 | |||||
9 | endif | ||||
Bram Moolenaar | c0fe497 | 2018-10-25 16:53:19 +0200 | [diff] [blame] | 10 | |
11 | quit |