commit | b18b49699776485150b71626069a40d12d2c5590 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 21:55:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 21:55:50 2022 +0100 |
tree | e583af125f2624cedd5420ba218f9628b122e209 | |
parent | f5724376ab7362b5a98eaa8a331d663ef722c2a2 [diff] [blame] |
patch 9.0.0363: common names in test files causes tests to be flaky Problem: Common names in test files causes tests to be flaky. Solution: Use more specific names.
diff --git a/src/testdir/test_stat.vim b/src/testdir/test_stat.vim index de4a204..e801bfc 100644 --- a/src/testdir/test_stat.vim +++ b/src/testdir/test_stat.vim
@@ -171,7 +171,7 @@ return endif - silent !ln -s Xfile Xlink + silent !ln -s Xlinkfile Xlink call assert_equal('link', getftype('Xlink')) call delete('Xlink')