diff src/testdir/test_textprop.vim @ 15318:f58e7895cb40 v8.1.0667

patch 8.1.0667: textprop test leaves file behind commit https://github.com/vim/vim/commit/2f21fa8743404289f1410ba49dd711a622f45d81 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 31 20:05:56 2018 +0100 patch 8.1.0667: textprop test leaves file behind Problem: Textprop test leaves file behind. Solution: Delete the file. (Dominique Pelle, closes https://github.com/vim/vim/issues/3743)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Dec 2018 20:15:05 +0100
parents c4d62945d96f
children 18c20ceee4b5
line wrap: on
line diff
--- a/src/testdir/test_textprop.vim
+++ b/src/testdir/test_textprop.vim
@@ -307,5 +307,5 @@ funct Test_textprop_screenshots()
 
   " clean up
   call StopVimInTerminal(buf)
-  call delete('Xtest_folds_with_rnu')
+  call delete('XtestProp')
 endfunc