commit | 14ddd226daa324831e1872c352452f202fd6068c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 12:02:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 12:02:40 2020 +0200 |
tree | fe33ee91c8fba5e486e513a6aaff7259804cdce7 | |
parent | ff1cd39cfe62d5089d5e703f4eb290694751ace3 [diff] [blame] |
patch 8.2.1369: MS-Windows: autocommand test sometimes fails Problem: MS-Windows: autocommand test sometimes fails. Solution: Do not rely on the cat command.
diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index 70fbe01..e6c7ec0 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim
@@ -1618,7 +1618,7 @@ write au! BufWritePre - if executable('cat') + if has('unix') write XtestFilter write >> XtestFilter