diff --git a/test/old/testdir/test_plugin_netrw.vim b/test/old/testdir/test_plugin_netrw.vim index d1132ca906..4f692396f0 100644 --- a/test/old/testdir/test_plugin_netrw.vim +++ b/test/old/testdir/test_plugin_netrw.vim @@ -891,12 +891,12 @@ func Test_netrw_open_backslash_file() let dir = getcwd() . '/Xbslash' let fname = dir . '/\' - call mkdir(dir, 'p') + call mkdir(dir, 'pR') call writefile(['backslash file content'], fname) call assert_true(filereadable(fname)) " list the directory and move onto the '\' entry - exe 'Explore ' .. dir + exe 'Explore ' . dir call assert_true(search('^\\$', 'w') > 0) " open it