diff options
Diffstat (limited to 'test/old/testdir/test_cd.vim')
-rw-r--r-- | test/old/testdir/test_cd.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/test_cd.vim b/test/old/testdir/test_cd.vim index 2b37f2c7c0..cffba99451 100644 --- a/test/old/testdir/test_cd.vim +++ b/test/old/testdir/test_cd.vim @@ -106,6 +106,7 @@ func Test_chdir_func() call assert_equal("", d) " Should not crash call chdir(d) + call assert_equal('', chdir([])) only | tabonly call chdir(topdir) |