commit | 53f1673cd909eb1c809c6a9086e3d104a0df9bed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 20:46:39 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 20:46:39 2016 +0200 |
tree | 99ba38cb528eafc2b79ffc13e743da43ea7e9f8e | |
parent | 1b0c1d050e28f351650c0c84e234fd24f12e5e29 [diff] [blame] |
patch 7.4.2343 Problem: Too many old file tests. Solution: Turn several into new style tests. (Yegappan Lakshmanan)
diff --git a/src/testdir/test_fnameescape.vim b/src/testdir/test_fnameescape.vim index ce2cd3f..cdff0df 100644 --- a/src/testdir/test_fnameescape.vim +++ b/src/testdir/test_fnameescape.vim
@@ -6,7 +6,7 @@ try exe "w! " . fnameescape(fname) let status = v:true - endtry + endtry call assert_true(status, "Space") call delete(fname)