commit | f4f79b84a5595c511f6fdbe4e3e1d188d97879a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 20:38:30 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 20:38:30 2016 +0100 |
tree | 707d55a7105f6ccb95c01f61759f54cb264323a7 | |
parent | 767d8c1a1ae762ecf47297c168b8c23caf05d30a [diff] [blame] |
patch 7.4.1179 Problem: test_writefile and test_viml do not delete the tempfile. Solution: Delete the tempfile. (Charles Cooper) Add DeleteTheScript().
diff --git a/src/testdir/test_writefile.in b/src/testdir/test_writefile.in index f2dc7d5..6b354c5 100644 --- a/src/testdir/test_writefile.in +++ b/src/testdir/test_writefile.in
@@ -13,6 +13,7 @@ :$put =readfile(f) :1 delete _ :w! test.out +:call delete(f) :qa! ENDTEST