commit | 8dea145e39a2569153cb63487d3403a46a882189 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat Dec 04 15:12:40 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 04 15:12:40 2021 +0000 |
tree | c4e8422a995ee5029af54f9aad0e728b79c19132 | |
parent | 853a7692d19deb6b7c2cabce989b57c8b9908596 [diff] [blame] |
patch 8.2.3737: test fails without the 'autochdir' option Problem: Test fails without the 'autochdir' option. Solution: Check that the option is available. (Dominique Pellé, closes #9272)
diff --git a/src/testdir/test_cd.vim b/src/testdir/test_cd.vim index 81ed491..566e9f6 100644 --- a/src/testdir/test_cd.vim +++ b/src/testdir/test_cd.vim
@@ -226,6 +226,8 @@ endfunc func Test_getcwd_actual_dir() + CheckOption autochdir + let startdir = getcwd() call mkdir('Xactual') call test_autochdir()