summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_autochdir.vim
diff options
context:
space:
mode:
authorDominique Pelle <dominique.pelle@gmail.com>2021-12-05 12:39:21 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-05 12:39:21 +0000
commitf589fd3e1047cdf90566b68aaf9a13389e54d26a (patch)
treead53cdd766f6680f28b1098c8b951013d3281099 /src/testdir/test_autochdir.vim
parente031fe90cf2e375ce861ff5e5e281e4ad229ebb9 (diff)
patch 8.2.3742: dec mouse test fails without gnome terminfo entryv8.2.3742
Problem: Dec mouse test fails without gnome terminfo entry. Solution: Check if there is a gnome entry. Also fix 'acd' test on MS-Windows. (Dominique Pellé, closes #9282)
Diffstat (limited to 'src/testdir/test_autochdir.vim')
-rw-r--r--src/testdir/test_autochdir.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testdir/test_autochdir.vim b/src/testdir/test_autochdir.vim
index c85cc1932b..e7a6885676 100644
--- a/src/testdir/test_autochdir.vim
+++ b/src/testdir/test_autochdir.vim
@@ -43,12 +43,12 @@ func Test_set_filename_other_window()
finally
set noacd
call chdir(cwd)
- call delete('Xa', 'rf')
- call delete('Xb', 'rf')
- call delete('Xc', 'rf')
bwipe! aaa.txt
bwipe! bbb.txt
bwipe! ccc.txt
+ call delete('Xa', 'rf')
+ call delete('Xb', 'rf')
+ call delete('Xc', 'rf')
endtry
endfunc